Html Css Color HEX #FCFCCB Cream

📋 copy color: '#FCFCCB'

red 252 ◦ green 252 ◦ blue 203

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

Shades of Cream #FCFCCB

Tints of Cream #FCFCCB

RGB

 RED value IS 252 (98.83% from 255) = 35.64%

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

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

R = 35.64%
G = 35.64%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCFCCB (or 0xFCFCCB) is known color: Cream. HEX triplet: FC, FC and CB. RGB value is (252,252,203). Sum of RGB (Red+Green+Blue) = 252+252+203=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 203 (79.69% from 255 or 28.71% from 707); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCCB is #030334. Grayscale: #F6F6F6. Windows color (decimal): -197429 or 13368572. OLE color: 13368572.

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

Color convert

RGB 252 252 203 -
CMYK 0 0 0.19 0.01
HSL 60º 0.89% 0.89% -
HSV(B) 60º 0.19% 0.99% -
XYZ 85.73 94.63 70.25 -
YUV 246.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 252 252 203 0 0 0.19 0.01 60 0.89 0.89
Hex FC FC CB 0 0 13 1 3C 59 59
Octal 374 374 313 0 0 23 1 74 131 131
Binary 11111100 11111100 11001011 0 0 10011 1 111100 1011001 1011001

Color Harmonies of #FCFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCCB

Black with #FCFCCB

Text Example


Text Example

White with #FCFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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