Html Css Color HEX #FEFBF5 Floral White

📋 copy color: '#FEFBF5'

red 254 ◦ green 251 ◦ blue 245

#FEFBF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Floral White #FEFBF5

Tints of Floral White #FEFBF5

RGB

 RED value IS 254 (99.61% from 255) = 33.87%

 GREEN value IS 251 (98.44% from 255) = 33.47%

 BLUE value IS 245 (96.09% from 255) = 32.67%

R = 33.87%
G = 33.47%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FEFBF5 (or 0xFEFBF5) is known color: Floral White. HEX triplet: FE, FB and F5. RGB value is (254,251,245). Sum of RGB (Red+Green+Blue) = 254+251+245=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 251 (98.44% from 255 or 33.47% from 750); Blue value is 245 (96.09% from 255 or 32.67% from 750); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFBF5 is #01040A. Grayscale: #FBFBFB. Windows color (decimal): -66571 or 16120830. OLE color: 16120830.

HSL color Cylindrical-coordinate representation of color #FEFBF5: hue angle of 40º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEFBF5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 251 245 -
CMYK 0 0.01 0.04 0.00
HSL 40º 0.82% 0.98% -
HSV(B) 40º 0.04% 1% -
XYZ 91.85 96.66 100.2 -
YUV 251.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 254 251 245 0 0.01 0.04 0.00 40 0.82 0.98
Hex FE FB F5 0 1 4 0 28 52 62
Octal 376 373 365 0 1 4 0 50 122 142
Binary 11111110 11111011 11110101 0 1 100 0 101000 1010010 1100010

Color Harmonies of #FEFBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFBF5

Black with #FEFBF5

Text Example


Text Example

White with #FEFBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFBF5; }

 p { color: rgb(254,251,245); }

 H1.HeaderClassName
 {
   color: #FEFBF5;
 }
 .AnyTagClassName
 {
   color: #FEFBF5;
 }
</style>

background-color css

<style>
 a { background-color: #FEFBF5; }

 a { background-color: rgb(254,251,245); }

 div.DivClassName
 {
   background-color: #FEFBF5;
 }
 .BgClassName
 {
   background-color: #FEFBF5;
 }
</style>

border-color css

<style>
 span { border-color: #FEFBF5; }

 span { border-color: rgb(254,251,245); }

 td.TdClassName
 {
   border-color: #FEFBF5;
 }
 .TagClassName
 {
   border-color: #FEFBF5;
 }
</style>