#F2CAF4

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

Shades of Snuff #F2CAF4

Tints of Snuff #F2CAF4

Color information

#F2CAF4 (or 0xF2CAF4) is unknown color: approx Snuff. HEX triplet: F2, CA and F4. RGB value is (242,202,244). Sum of RGB (Red+Green+Blue) = 242+202+244=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 202 (79.30% from 255 or 29.36% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 244 - color contains mainly: blue. Hex color #F2CAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CAF4 is #0D350B. Grayscale: #DADADA. Windows color (decimal): -865548 or 16042738. OLE color: 16042738.

HSL color Cylindrical-coordinate representation of color #F2CAF4: hue angle of 297.14º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CAF4 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB242202244-
CMYK0.010.1700.04
HSL297.14º65.62%87.45%-
HSV(B)297.14º17.21%95.69%-
XYZ74.0767.6594.74-
YUV218.75142.25144.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.17%
GREEN value IS 202 (79.30% from 255) = 29.36%
BLUE value IS 244 (95.70% from 255) = 35.47%
R=35.17%
G=29.36%
B=35.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422022440.010.1700.04297.1465.6287.45
HexF2CAF4111041294257
Octal36231236412104451102127
Binary111100101100101011110100110001010010010100110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CAF4; }

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

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

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

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

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

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

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

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