Html Css Color HEX #FEFDCD Cream

📋 copy color: '#FEFDCD'

red 254 ◦ green 253 ◦ blue 205

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

Shades of Cream #FEFDCD

Tints of Cream #FEFDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 28.79%

R = 35.67%
G = 35.53%
B = 28.79%

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

#FEFDCD (or 0xFEFDCD) is known color: Cream. HEX triplet: FE, FD and CD. RGB value is (254,253,205). Sum of RGB (Red+Green+Blue) = 254+253+205=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 205 (80.47% from 255 or 28.79% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFDCD is #010232. Grayscale: #F8F8F8. Windows color (decimal): -66099 or 13499902. OLE color: 13499902.

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

Color convert

RGB 254 253 205 -
CMYK 0 0.00 0.19 0.00
HSL 58.78º 0.96% 0.9% -
HSV(B) 58.78º 0.19% 1% -
XYZ 87.02 95.73 71.65 -
YUV 247.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 254 253 205 0 0.00 0.19 0.00 58.78 0.96 0.9
Hex FE FD CD 0 0 13 0 3B 60 5A
Octal 376 375 315 0 0 23 0 73 140 132
Binary 11111110 11111101 11001101 0 0 10011 0 111011 1100000 1011010

Color Harmonies of #FEFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDCD

Black with #FEFDCD

Text Example


Text Example

White with #FEFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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