#FAFCC4

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

Shades of Carla #FAFCC4

Tints of Carla #FAFCC4

Color information

#FAFCC4 (or 0xFAFCC4) is unknown color: approx Carla. HEX triplet: FA, FC and C4. RGB value is (250,252,196). Sum of RGB (Red+Green+Blue) = 250+252+196=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 196 (76.95% from 255 or 28.08% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCC4 is #05033B. Grayscale: #F5F5F5. Windows color (decimal): -328508 or 12909818. OLE color: 12909818.

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

Color convert

RGB250252196-
CMYK0.0100.220.01
HSL62.14º90.32%87.84%-
HSV(B)62.14º22.22%98.82%-
XYZ84.293.9365.92-
YUV245.02100.34131.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 252 (98.83% from 255) = 36.10%
BLUE value IS 196 (76.95% from 255) = 28.08%
R=35.82%
G=36.10%
B=28.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521960.0100.220.0162.1490.3287.84
HexFAFCC4101613e5a58
Octal3723743041026176132130
Binary1111101011111100110001001010110111111010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCC4; }

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

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

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

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

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

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

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

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