#F2FBCA

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

Shades of Carla #F2FBCA

Tints of Carla #F2FBCA

Color information

#F2FBCA (or 0xF2FBCA) is unknown color: approx Carla. HEX triplet: F2, FB and CA. RGB value is (242,251,202). Sum of RGB (Red+Green+Blue) = 242+251+202=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 202 (79.30% from 255 or 29.06% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBCA is #0D0435. Grayscale: #F2F2F2. Windows color (decimal): -853046 or 13302770. OLE color: 13302770.

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

Color convert

RGB242251202-
CMYK0.0400.200.02
HSL71.02º85.96%88.82%-
HSV(B)71.02º19.52%98.43%-
XYZ81.7892.1469.35-
YUV242.72105.02127.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.82%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 202 (79.30% from 255) = 29.06%
R=34.82%
G=36.12%
B=29.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422512020.0400.200.0271.0285.9688.82
HexF2FBCA40142475659
Octal36237331240242107126131
Binary11110010111110111100101010001010010100011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FBCA; }

 p { color: rgb(242,251,202); }

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

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

 a { background-color: rgb(242,251,202); }

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

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

 span { border-color: rgb(242,251,202); }

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