#F1CAF2

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

Shades of Snuff #F1CAF2

Tints of Snuff #F1CAF2

Color information

#F1CAF2 (or 0xF1CAF2) is unknown color: approx Snuff. HEX triplet: F1, CA and F2. RGB value is (241,202,242). Sum of RGB (Red+Green+Blue) = 241+202+242=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1CAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAF2 is #0E350D. Grayscale: #DADADA. Windows color (decimal): -931086 or 15911665. OLE color: 15911665.

HSL color Cylindrical-coordinate representation of color #F1CAF2: hue angle of 298.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1CAF2 is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241202242-
CMYK0.000.1700.05
HSL298.5º60.61%87.06%-
HSV(B)298.5º16.53%94.9%-
XYZ73.4267.3593.13-
YUV218.22141.42144.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 202 (79.30% from 255) = 29.49%
BLUE value IS 242 (94.92% from 255) = 35.33%
R=35.18%
G=29.49%
B=35.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412022420.000.1700.05298.560.6187.06
HexF1CAF20110512a3d57
Octal3613123620210545275127
Binary11110001110010101111001001000101011001010101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAF2; }

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

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

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

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

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

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

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

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