#F2FCCA

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

Shades of Carla #F2FCCA

Tints of Carla #F2FCCA

Color information

#F2FCCA (or 0xF2FCCA) is unknown color: approx Carla. HEX triplet: F2, FC and CA. RGB value is (242,252,202). Sum of RGB (Red+Green+Blue) = 242+252+202=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCCA is #0D0335. Grayscale: #F3F3F3. Windows color (decimal): -852790 or 13303026. OLE color: 13303026.

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

Color convert

RGB242252202-
CMYK0.0400.200.01
HSL72º89.29%89.02%-
HSV(B)72º19.84%98.82%-
XYZ82.0992.7669.46-
YUV243.31104.69127.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.77%
GREEN value IS 252 (98.83% from 255) = 36.21%
BLUE value IS 202 (79.30% from 255) = 29.02%
R=34.77%
G=36.21%
B=29.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422522020.0400.200.017289.2989.02
HexF2FCCA40141485959
Octal36237431240241110131131
Binary1111001011111100110010101000101001100100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCCA; }

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

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

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

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

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

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

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

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