#F2F7CE

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

Shades of Carla #F2F7CE

Tints of Carla #F2F7CE

Color information

#F2F7CE (or 0xF2F7CE) is unknown color: approx Carla. HEX triplet: F2, F7 and CE. RGB value is (242,247,206). Sum of RGB (Red+Green+Blue) = 242+247+206=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 247 (96.88% from 255 or 35.54% from 695); Blue value is 206 (80.86% from 255 or 29.64% from 695); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7CE is #0D0831. Grayscale: #F0F0F0. Windows color (decimal): -854066 or 13563890. OLE color: 13563890.

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

Color convert

RGB242247206-
CMYK0.0200.170.03
HSL67.32º71.93%88.82%-
HSV(B)67.32º16.6%96.86%-
XYZ81.0289.8671.47-
YUV240.83108.34128.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.82%
GREEN value IS 247 (96.88% from 255) = 35.54%
BLUE value IS 206 (80.86% from 255) = 29.64%
R=34.82%
G=35.54%
B=29.64%

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
Decimal2422472060.0200.170.0367.3271.9388.82
HexF2F7CE20113434859
Octal36236731620213103110131
Binary1111001011110111110011101001000111100001110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F7CE; }

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

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

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

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

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

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

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

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