Html Css Color HEX #FEF8EE Floral White

📋 copy color: '#FEF8EE'

red 254 ◦ green 248 ◦ blue 238

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

Shades of Floral White #FEF8EE

Tints of Floral White #FEF8EE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.51%

 BLUE value IS 238 (93.36% from 255) = 32.16%

R = 34.32%
G = 33.51%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEF8EE (or 0xFEF8EE) is known color: Floral White. HEX triplet: FE, F8 and EE. RGB value is (254,248,238). Sum of RGB (Red+Green+Blue) = 254+248+238=740 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.32% from 740); Green value is 248 (97.27% from 255 or 33.51% from 740); Blue value is 238 (93.36% from 255 or 32.16% from 740); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8EE is #010711. Grayscale: #F8F8F8. Windows color (decimal): -67346 or 15661310. OLE color: 15661310.

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

Color convert

RGB 254 248 238 -
CMYK 0 0.02 0.06 0.00
HSL 37.5º 0.89% 0.96% -
HSV(B) 37.5º 0.06% 1% -
XYZ 89.87 94.38 94.37 -
YUV 248.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 254 248 238 0 0.02 0.06 0.00 37.5 0.89 0.96
Hex FE F8 EE 0 2 6 0 26 59 60
Octal 376 370 356 0 2 6 0 46 131 140
Binary 11111110 11111000 11101110 0 10 110 0 100110 1011001 1100000

Color Harmonies of #FEF8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF8EE

Black with #FEF8EE

Text Example


Text Example

White with #FEF8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF8EE; }

 p { color: rgb(254,248,238); }

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

background-color css

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

 a { background-color: rgb(254,248,238); }

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

border-color css

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

 span { border-color: rgb(254,248,238); }

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