#F2FAC7

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

Shades of Carla #F2FAC7

Tints of Carla #F2FAC7

Color information

#F2FAC7 (or 0xF2FAC7) is unknown color: approx Carla. HEX triplet: F2, FA and C7. RGB value is (242,250,199). Sum of RGB (Red+Green+Blue) = 242+250+199=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 199 (78.12% from 255 or 28.80% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FAC7 is #0D0538. Grayscale: #F1F1F1. Windows color (decimal): -853305 or 13105906. OLE color: 13105906.

HSL color Cylindrical-coordinate representation of color #F2FAC7: hue angle of 69.41º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2FAC7 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB242250199-
CMYK0.0300.200.02
HSL69.41º83.61%88.04%-
HSV(B)69.41º20.4%98.04%-
XYZ81.1191.3767.39-
YUV241.79103.85128.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.02%
GREEN value IS 250 (98.05% from 255) = 36.18%
BLUE value IS 199 (78.12% from 255) = 28.80%
R=35.02%
G=36.18%
B=28.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422501990.0300.200.0269.4183.6188.04
HexF2FAC730142455458
Octal36237230730242105124130
Binary1111001011111010110001111101010010100010110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAC7; }

 p { color: rgb(242,250,199); }

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

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

 a { background-color: rgb(242,250,199); }

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

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

 span { border-color: rgb(242,250,199); }

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