Html Css Color HEX #FEFDC8 Cream

📋 copy color: '#FEFDC8'

red 254 ◦ green 253 ◦ blue 200

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

Shades of Cream #FEFDC8

Tints of Cream #FEFDC8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.79%

 BLUE value IS 200 (78.52% from 255) = 28.29%

R = 35.93%
G = 35.79%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEFDC8 (or 0xFEFDC8) is known color: Cream. HEX triplet: FE, FD and C8. RGB value is (254,253,200). Sum of RGB (Red+Green+Blue) = 254+253+200=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 200 (78.52% from 255 or 28.29% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDC8 is #010237. Grayscale: #F7F7F7. Windows color (decimal): -66104 or 13172222. OLE color: 13172222.

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

Color convert

RGB 254 253 200 -
CMYK 0 0.00 0.21 0.00
HSL 58.89º 0.96% 0.89% -
HSV(B) 58.89º 0.21% 1% -
XYZ 86.42 95.49 68.52 -
YUV 247.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 254 253 200 0 0.00 0.21 0.00 58.89 0.96 0.89
Hex FE FD C8 0 0 15 0 3B 60 59
Octal 376 375 310 0 0 25 0 73 140 131
Binary 11111110 11111101 11001000 0 0 10101 0 111011 1100000 1011001

Color Harmonies of #FEFDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDC8

Black with #FEFDC8

Text Example


Text Example

White with #FEFDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDC8; }

 p { color: rgb(254,253,200); }

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

background-color css

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

 a { background-color: rgb(254,253,200); }

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

border-color css

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

 span { border-color: rgb(254,253,200); }

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