Html Css Color HEX #FEF7EC Floral White

📋 copy color: '#FEF7EC'

red 254 ◦ green 247 ◦ blue 236

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

Shades of Floral White #FEF7EC

Tints of Floral White #FEF7EC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 33.51%

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

R = 34.46%
G = 33.51%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEF7EC (or 0xFEF7EC) is known color: Floral White. HEX triplet: FE, F7 and EC. RGB value is (254,247,236). Sum of RGB (Red+Green+Blue) = 254+247+236=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 247 (96.88% from 255 or 33.51% from 737); Blue value is 236 (92.58% from 255 or 32.02% from 737); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7EC is #010813. Grayscale: #F7F7F7. Windows color (decimal): -67604 or 15529982. OLE color: 15529982.

HSL color Cylindrical-coordinate representation of color #FEF7EC: hue angle of 36.67º 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 #FEF7EC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 247 236 -
CMYK 0 0.03 0.07 0.00
HSL 36.67º 0.9% 0.96% -
HSV(B) 36.67º 0.07% 1% -
XYZ 89.27 93.65 92.73 -
YUV 247.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 254 247 236 0 0.03 0.07 0.00 36.67 0.9 0.96
Hex FE F7 EC 0 3 7 0 25 5A 60
Octal 376 367 354 0 3 7 0 45 132 140
Binary 11111110 11110111 11101100 0 11 111 0 100101 1011010 1100000

Color Harmonies of #FEF7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF7EC

Black with #FEF7EC

Text Example


Text Example

White with #FEF7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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