#FCFAC2

Color #FCFAC2 Cumulus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumulus #FCFAC2

Tints of Cumulus #FCFAC2

Color information

#FCFAC2 (or 0xFCFAC2) is unknown color: approx Cumulus. HEX triplet: FC, FA and C2. RGB value is (252,250,194). Sum of RGB (Red+Green+Blue) = 252+250+194=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 194 (76.17% from 255 or 27.87% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC2 is #03053D. Grayscale: #F4F4F4. Windows color (decimal): -197950 or 12778236. OLE color: 12778236.

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

Color convert

RGB252250194-
CMYK00.010.230.01
HSL57.93º90.62%87.45%-
HSV(B)57.93º23.02%98.82%-
XYZ84.0792.9664.55-
YUV244.2199.66133.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.21%
GREEN value IS 250 (98.05% from 255) = 35.92%
BLUE value IS 194 (76.17% from 255) = 27.87%
R=36.21%
G=35.92%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225019400.010.230.0157.9390.6287.45
HexFCFAC2011713a5b57
Octal3743723020127172133127
Binary1111110011111010110000100110111111101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAC2; }

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

 H1.HeaderClassName
 {
   color: #FCFAC2;
 }
 .AnyTagClassName
 {
   color: #FCFAC2;
 }
</style>
background-color css

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

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

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

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

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

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