Html Css Color HEX #FDFCD1 Cream

📋 copy color: '#FDFCD1'

red 253 ◦ green 252 ◦ blue 209

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

Shades of Cream #FDFCD1

Tints of Cream #FDFCD1

RGB

 RED value IS 253 (99.22% from 255) = 35.43%

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

 BLUE value IS 209 (82.03% from 255) = 29.27%

R = 35.43%
G = 35.29%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDFCD1 (or 0xFDFCD1) is known color: Cream. HEX triplet: FD, FC and D1. RGB value is (253,252,209). Sum of RGB (Red+Green+Blue) = 253+252+209=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 252 (98.83% from 255 or 35.29% from 714); Blue value is 209 (82.03% from 255 or 29.27% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD1 is #02032E. Grayscale: #F7F7F7. Windows color (decimal): -131887 or 13761789. OLE color: 13761789.

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

Color convert

RGB 253 252 209 -
CMYK 0 0.00 0.17 0.01
HSL 58.64º 0.92% 0.91% -
HSV(B) 58.64º 0.17% 0.99% -
XYZ 86.83 95.11 74.1 -
YUV 247.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 253 252 209 0 0.00 0.17 0.01 58.64 0.92 0.91
Hex FD FC D1 0 0 11 1 3B 5C 5B
Octal 375 374 321 0 0 21 1 73 134 133
Binary 11111101 11111100 11010001 0 0 10001 1 111011 1011100 1011011

Color Harmonies of #FDFCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCD1

Black with #FDFCD1

Text Example


Text Example

White with #FDFCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCD1; }

 p { color: rgb(253,252,209); }

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

background-color css

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

 a { background-color: rgb(253,252,209); }

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

border-color css

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

 span { border-color: rgb(253,252,209); }

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