#FCFAC1

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

Shades of Cumulus #FCFAC1

Tints of Cumulus #FCFAC1

Color information

#FCFAC1 (or 0xFCFAC1) is unknown color: approx Cumulus. HEX triplet: FC, FA and C1. RGB value is (252,250,193). Sum of RGB (Red+Green+Blue) = 252+250+193=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 193 (75.78% from 255 or 27.77% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC1 is #03053E. Grayscale: #F4F4F4. Windows color (decimal): -197951 or 12712700. OLE color: 12712700.

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

Color convert

RGB252250193-
CMYK00.010.230.01
HSL57.97º90.77%87.25%-
HSV(B)57.97º23.41%98.82%-
XYZ83.9692.9263.96-
YUV244.199.16133.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 193 (75.78% from 255) = 27.77%
R=36.26%
G=35.97%
B=27.77%

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
Decimal25225019300.010.230.0157.9790.7787.25
HexFCFAC1011713a5b57
Octal3743723010127172133127
Binary1111110011111010110000010110111111101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFAC1; }

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

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

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

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

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

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

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

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