Html Css Color HEX #FDFCCD Cream

📋 copy color: '#FDFCCD'

red 253 ◦ green 252 ◦ blue 205

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

Shades of Cream #FDFCCD

Tints of Cream #FDFCCD

RGB

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

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

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

R = 35.63%
G = 35.49%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDFCCD (or 0xFDFCCD) is known color: Cream. HEX triplet: FD, FC and CD. RGB value is (253,252,205). Sum of RGB (Red+Green+Blue) = 253+252+205=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 205 (80.47% from 255 or 28.87% from 710); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCCD is #020332. Grayscale: #F7F7F7. Windows color (decimal): -131891 or 13499645. OLE color: 13499645.

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

Color convert

RGB 253 252 205 -
CMYK 0 0.00 0.19 0.01
HSL 58.75º 0.92% 0.9% -
HSV(B) 58.75º 0.19% 0.99% -
XYZ 86.34 94.91 71.53 -
YUV 246.94 104.33 132.32 -
System Red Green Blue C M Y K H S L
Decimal 253 252 205 0 0.00 0.19 0.01 58.75 0.92 0.9
Hex FD FC CD 0 0 13 1 3B 5C 5A
Octal 375 374 315 0 0 23 1 73 134 132
Binary 11111101 11111100 11001101 0 0 10011 1 111011 1011100 1011010

Color Harmonies of #FDFCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCCD

Black with #FDFCCD

Text Example


Text Example

White with #FDFCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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