Html Css Color HEX #FEFCE8 Ivory

📋 copy color: '#FEFCE8'

red 254 ◦ green 252 ◦ blue 232

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

Shades of Ivory #FEFCE8

Tints of Ivory #FEFCE8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.15%

 BLUE value IS 232 (91.02% from 255) = 31.44%

R = 34.42%
G = 34.15%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEFCE8 (or 0xFEFCE8) is known color: Ivory. HEX triplet: FE, FC and E8. RGB value is (254,252,232). Sum of RGB (Red+Green+Blue) = 254+252+232=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 252 (98.83% from 255 or 34.15% from 738); Blue value is 232 (91.02% from 255 or 31.44% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCE8 is #010317. Grayscale: #FAFAFA. Windows color (decimal): -66328 or 15269118. OLE color: 15269118.

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

Color convert

RGB 254 252 232 -
CMYK 0 0.01 0.09 0.00
HSL 54.55º 0.92% 0.95% -
HSV(B) 54.55º 0.09% 1% -
XYZ 90.25 96.52 90.22 -
YUV 250.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 254 252 232 0 0.01 0.09 0.00 54.55 0.92 0.95
Hex FE FC E8 0 1 9 0 37 5C 5F
Octal 376 374 350 0 1 11 0 67 134 137
Binary 11111110 11111100 11101000 0 1 1001 0 110111 1011100 1011111

Color Harmonies of #FEFCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFCE8

Black with #FEFCE8

Text Example


Text Example

White with #FEFCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFCE8; }

 p { color: rgb(254,252,232); }

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

background-color css

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

 a { background-color: rgb(254,252,232); }

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

border-color css

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

 span { border-color: rgb(254,252,232); }

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