Html Css Color HEX #FCFACF Cream

📋 copy color: '#FCFACF'

red 252 ◦ green 250 ◦ blue 207

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

Shades of Cream #FCFACF

Tints of Cream #FCFACF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.26%

 BLUE value IS 207 (81.25% from 255) = 29.2%

R = 35.54%
G = 35.26%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCFACF (or 0xFCFACF) is known color: Cream. HEX triplet: FC, FA and CF. RGB value is (252,250,207). Sum of RGB (Red+Green+Blue) = 252+250+207=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 207 (81.25% from 255 or 29.20% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFACF is #030530. Grayscale: #F5F5F5. Windows color (decimal): -197937 or 13630204. OLE color: 13630204.

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

Color convert

RGB 252 250 207 -
CMYK 0 0.01 0.18 0.01
HSL 57.33º 0.88% 0.9% -
HSV(B) 57.33º 0.18% 0.99% -
XYZ 85.59 93.57 72.58 -
YUV 245.7 106.16 132.5 -
System Red Green Blue C M Y K H S L
Decimal 252 250 207 0 0.01 0.18 0.01 57.33 0.88 0.9
Hex FC FA CF 0 1 12 1 39 58 5A
Octal 374 372 317 0 1 22 1 71 130 132
Binary 11111100 11111010 11001111 0 1 10010 1 111001 1011000 1011010

Color Harmonies of #FCFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFACF

Black with #FCFACF

Text Example


Text Example

White with #FCFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFACF; }

 p { color: rgb(252,250,207); }

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

background-color css

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

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

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

border-color css

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

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

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