Html Css Color HEX #FDFCD2 Cream

📋 copy color: '#FDFCD2'

red 253 ◦ green 252 ◦ blue 210

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

Shades of Cream #FDFCD2

Tints of Cream #FDFCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 29.37%

R = 35.38%
G = 35.24%
B = 29.37%

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

#FDFCD2 (or 0xFDFCD2) is known color: Cream. HEX triplet: FD, FC and D2. RGB value is (253,252,210). Sum of RGB (Red+Green+Blue) = 253+252+210=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 210 (82.42% from 255 or 29.37% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD2 is #02032D. Grayscale: #F7F7F7. Windows color (decimal): -131886 or 13827325. OLE color: 13827325.

HSL color Cylindrical-coordinate representation of color #FDFCD2: hue angle of 58.6º degrees, saturation: 0.91, 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 #FDFCD2 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 252 210 -
CMYK 0 0.00 0.17 0.01
HSL 58.6º 0.91% 0.91% -
HSV(B) 58.6º 0.17% 0.99% -
XYZ 86.95 95.16 74.76 -
YUV 247.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 253 252 210 0 0.00 0.17 0.01 58.6 0.91 0.91
Hex FD FC D2 0 0 11 1 3B 5B 5B
Octal 375 374 322 0 0 21 1 73 133 133
Binary 11111101 11111100 11010010 0 0 10001 1 111011 1011011 1011011

Color Harmonies of #FDFCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCD2

Black with #FDFCD2

Text Example


Text Example

White with #FDFCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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