#F4FACA

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

Shades of Carla #F4FACA

Tints of Carla #F4FACA

Color information

#F4FACA (or 0xF4FACA) is unknown color: approx Carla. HEX triplet: F4, FA and CA. RGB value is (244,250,202). Sum of RGB (Red+Green+Blue) = 244+250+202=696 (92% of max value = 765). Red value is 244 (95.70% from 255 or 35.06% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FACA is #0B0535. Grayscale: #F2F2F2. Windows color (decimal): -722230 or 13302516. OLE color: 13302516.

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

Color convert

RGB244250202-
CMYK0.0200.190.02
HSL67.5º82.76%88.63%-
HSV(B)67.5º19.2%98.04%-
XYZ82.1591.8769.28-
YUV242.73105.01128.9-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.06%
GREEN value IS 250 (98.05% from 255) = 35.92%
BLUE value IS 202 (79.30% from 255) = 29.02%
R=35.06%
G=35.92%
B=29.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442502020.0200.190.0267.582.7688.63
HexF4FACA20132445359
Octal36437231220232104123131
Binary1111010011111010110010101001001110100010010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FACA; }

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

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

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

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

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

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

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

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