#F4FAC2

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

Shades of Carla #F4FAC2

Tints of Carla #F4FAC2

Color information

#F4FAC2 (or 0xF4FAC2) is unknown color: approx Carla. HEX triplet: F4, FA and C2. RGB value is (244,250,194). Sum of RGB (Red+Green+Blue) = 244+250+194=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 194 (76.17% from 255 or 28.20% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FAC2 is #0B053D. Grayscale: #F2F2F2. Windows color (decimal): -722238 or 12778228. OLE color: 12778228.

HSL color Cylindrical-coordinate representation of color #F4FAC2: hue angle of 66.43º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4FAC2 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB244250194-
CMYK0.0200.220.02
HSL66.43º84.85%87.06%-
HSV(B)66.43º22.4%98.04%-
XYZ81.2391.564.42-
YUV241.82101.01129.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.47%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 194 (76.17% from 255) = 28.20%
R=35.47%
G=36.34%
B=28.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442501940.0200.220.0266.4384.8587.06
HexF4FAC220162425557
Octal36437230220262102125127
Binary1111010011111010110000101001011010100001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FAC2; }

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

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

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

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

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

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

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

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