Html Css Color HEX #FDFCCB Cream

📋 copy color: '#FDFCCB'

red 253 ◦ green 252 ◦ blue 203

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

Shades of Cream #FDFCCB

Tints of Cream #FDFCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 28.67%

R = 35.73%
G = 35.59%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDFCCB (or 0xFDFCCB) is known color: Cream. HEX triplet: FD, FC and CB. RGB value is (253,252,203). Sum of RGB (Red+Green+Blue) = 253+252+203=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 203 (79.69% from 255 or 28.67% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCCB is #020334. Grayscale: #F6F6F6. Windows color (decimal): -131893 or 13368573. OLE color: 13368573.

HSL color Cylindrical-coordinate representation of color #FDFCCB: hue angle of 58.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDFCCB is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 252 203 -
CMYK 0 0.00 0.20 0.01
HSL 58.8º 0.93% 0.89% -
HSV(B) 58.8º 0.2% 0.99% -
XYZ 86.1 94.82 70.26 -
YUV 246.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 253 252 203 0 0.00 0.20 0.01 58.8 0.93 0.89
Hex FD FC CB 0 0 14 1 3B 5D 59
Octal 375 374 313 0 0 24 1 73 135 131
Binary 11111101 11111100 11001011 0 0 10100 1 111011 1011101 1011001

Color Harmonies of #FDFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCCB

Black with #FDFCCB

Text Example


Text Example

White with #FDFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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