Html Css Color HEX #FCFBCE Cream

📋 copy color: '#FCFBCE'

red 252 ◦ green 251 ◦ blue 206

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

Shades of Cream #FCFBCE

Tints of Cream #FCFBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.4%

 BLUE value IS 206 (80.86% from 255) = 29.06%

R = 35.54%
G = 35.4%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCFBCE (or 0xFCFBCE) is known color: Cream. HEX triplet: FC, FB and CE. RGB value is (252,251,206). Sum of RGB (Red+Green+Blue) = 252+251+206=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 206 (80.86% from 255 or 29.06% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBCE is #030431. Grayscale: #F6F6F6. Windows color (decimal): -197682 or 13564924. OLE color: 13564924.

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

Color convert

RGB 252 251 206 -
CMYK 0 0.00 0.18 0.01
HSL 58.7º 0.88% 0.9% -
HSV(B) 58.7º 0.18% 0.99% -
XYZ 85.78 94.15 72.04 -
YUV 246.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 252 251 206 0 0.00 0.18 0.01 58.7 0.88 0.9
Hex FC FB CE 0 0 12 1 3B 58 5A
Octal 374 373 316 0 0 22 1 73 130 132
Binary 11111100 11111011 11001110 0 0 10010 1 111011 1011000 1011010

Color Harmonies of #FCFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBCE

Black with #FCFBCE

Text Example


Text Example

White with #FCFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBCE; }

 p { color: rgb(252,251,206); }

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

background-color css

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

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

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

border-color css

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

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

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