#FCFAC0

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

Shades of Cumulus #FCFAC0

Tints of Cumulus #FCFAC0

Color information

#FCFAC0 (or 0xFCFAC0) is unknown color: approx Cumulus. HEX triplet: FC, FA and C0. RGB value is (252,250,192). Sum of RGB (Red+Green+Blue) = 252+250+192=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 192 (75.39% from 255 or 27.67% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC0 is #03053F. Grayscale: #F4F4F4. Windows color (decimal): -197952 or 12647164. OLE color: 12647164.

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

Color convert

RGB252250192-
CMYK00.010.240.01
HSL58º90.91%87.06%-
HSV(B)58º23.81%98.82%-
XYZ83.8492.8763.38-
YUV243.9998.66133.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.31%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 192 (75.39% from 255) = 27.67%
R=36.31%
G=36.02%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225019200.010.240.015890.9187.06
HexFCFAC0011813a5b57
Octal3743723000130172133127
Binary1111110011111010110000000111000111101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAC0; }

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

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

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

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

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

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

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

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