Html Css Color HEX #FDFCD3 Cream

📋 copy color: '#FDFCD3'

red 253 ◦ green 252 ◦ blue 211

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

Shades of Cream #FDFCD3

Tints of Cream #FDFCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 29.47%

R = 35.34%
G = 35.2%
B = 29.47%

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

#FDFCD3 (or 0xFDFCD3) is known color: Cream. HEX triplet: FD, FC and D3. RGB value is (253,252,211). Sum of RGB (Red+Green+Blue) = 253+252+211=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 211 (82.81% from 255 or 29.47% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD3 is #02032C. Grayscale: #F7F7F7. Windows color (decimal): -131885 or 13892861. OLE color: 13892861.

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

Color convert

RGB 253 252 211 -
CMYK 0 0.00 0.17 0.01
HSL 58.57º 0.91% 0.91% -
HSV(B) 58.57º 0.17% 0.99% -
XYZ 87.08 95.21 75.42 -
YUV 247.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 253 252 211 0 0.00 0.17 0.01 58.57 0.91 0.91
Hex FD FC D3 0 0 11 1 3B 5B 5B
Octal 375 374 323 0 0 21 1 73 133 133
Binary 11111101 11111100 11010011 0 0 10001 1 111011 1011011 1011011

Color Harmonies of #FDFCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCD3

Black with #FDFCD3

Text Example


Text Example

White with #FDFCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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