#FAFCC0

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

Shades of Cumulus #FAFCC0

Tints of Cumulus #FAFCC0

Color information

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

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

Color convert

RGB250252192-
CMYK0.0100.240.01
HSL62º90.91%87.06%-
HSV(B)62º23.81%98.82%-
XYZ83.7593.7563.55-
YUV244.5698.34131.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521920.0100.240.016290.9187.06
HexFAFCC0101813e5b57
Octal3723743001030176133127
Binary1111101011111100110000001011000111111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCC0; }

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

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

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

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

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

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

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

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