Html Css Color HEX #FEFDCE Cream

📋 copy color: '#FEFDCE'

red 254 ◦ green 253 ◦ blue 206

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

Shades of Cream #FEFDCE

Tints of Cream #FEFDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 28.89%

R = 35.62%
G = 35.48%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEFDCE (or 0xFEFDCE) is known color: Cream. HEX triplet: FE, FD and CE. RGB value is (254,253,206). Sum of RGB (Red+Green+Blue) = 254+253+206=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 206 (80.86% from 255 or 28.89% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDCE is #010231. Grayscale: #F8F8F8. Windows color (decimal): -66098 or 13565438. OLE color: 13565438.

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

Color convert

RGB 254 253 206 -
CMYK 0 0.00 0.19 0.00
HSL 58.75º 0.96% 0.9% -
HSV(B) 58.75º 0.19% 1% -
XYZ 87.14 95.78 72.29 -
YUV 247.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 254 253 206 0 0.00 0.19 0.00 58.75 0.96 0.9
Hex FE FD CE 0 0 13 0 3B 60 5A
Octal 376 375 316 0 0 23 0 73 140 132
Binary 11111110 11111101 11001110 0 0 10011 0 111011 1100000 1011010

Color Harmonies of #FEFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDCE

Black with #FEFDCE

Text Example


Text Example

White with #FEFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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