#F2F7CC

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

Shades of Carla #F2F7CC

Tints of Carla #F2F7CC

Color information

#F2F7CC (or 0xF2F7CC) is unknown color: approx Carla. HEX triplet: F2, F7 and CC. RGB value is (242,247,204). Sum of RGB (Red+Green+Blue) = 242+247+204=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 204 (80.08% from 255 or 29.44% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7CC is #0D0833. Grayscale: #F0F0F0. Windows color (decimal): -854068 or 13432818. OLE color: 13432818.

HSL color Cylindrical-coordinate representation of color #F2F7CC: hue angle of 66.98º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2F7CC is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB242247204-
CMYK0.0200.170.03
HSL66.98º72.88%88.43%-
HSV(B)66.98º17.41%96.86%-
XYZ80.7889.7670.19-
YUV240.6107.34129-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.92%
GREEN value IS 247 (96.88% from 255) = 35.64%
BLUE value IS 204 (80.08% from 255) = 29.44%
R=34.92%
G=35.64%
B=29.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422472040.0200.170.0366.9872.8888.43
HexF2F7CC20113434958
Octal36236731420213103111130
Binary1111001011110111110011001001000111100001110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F7CC; }

 p { color: rgb(242,247,204); }

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

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

 a { background-color: rgb(242,247,204); }

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

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

 span { border-color: rgb(242,247,204); }

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