Html Css Color HEX #FEF9EC Floral White

📋 copy color: '#FEF9EC'

red 254 ◦ green 249 ◦ blue 236

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

Shades of Floral White #FEF9EC

Tints of Floral White #FEF9EC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.69%

 BLUE value IS 236 (92.58% from 255) = 31.94%

R = 34.37%
G = 33.69%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEF9EC (or 0xFEF9EC) is known color: Floral White. HEX triplet: FE, F9 and EC. RGB value is (254,249,236). Sum of RGB (Red+Green+Blue) = 254+249+236=739 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.37% from 739); Green value is 249 (97.66% from 255 or 33.69% from 739); Blue value is 236 (92.58% from 255 or 31.94% from 739); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF9EC is #010613. Grayscale: #F9F9F9. Windows color (decimal): -67092 or 15530494. OLE color: 15530494.

HSL color Cylindrical-coordinate representation of color #FEF9EC: hue angle of 43.33º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEF9EC is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 249 236 -
CMYK 0 0.02 0.07 0.00
HSL 43.33º 0.9% 0.96% -
HSV(B) 43.33º 0.07% 1% -
XYZ 89.89 94.88 92.93 -
YUV 249.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 254 249 236 0 0.02 0.07 0.00 43.33 0.9 0.96
Hex FE F9 EC 0 2 7 0 2B 5A 60
Octal 376 371 354 0 2 7 0 53 132 140
Binary 11111110 11111001 11101100 0 10 111 0 101011 1011010 1100000

Color Harmonies of #FEF9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF9EC

Black with #FEF9EC

Text Example


Text Example

White with #FEF9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF9EC; }

 p { color: rgb(254,249,236); }

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

background-color css

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

 a { background-color: rgb(254,249,236); }

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

border-color css

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

 span { border-color: rgb(254,249,236); }

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