#F1CAF3

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

Shades of Snuff #F1CAF3

Tints of Snuff #F1CAF3

Color information

#F1CAF3 (or 0xF1CAF3) is unknown color: approx Snuff. HEX triplet: F1, CA and F3. RGB value is (241,202,243). Sum of RGB (Red+Green+Blue) = 241+202+243=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 202 (79.30% from 255 or 29.45% from 686); Blue value is 243 (95.31% from 255 or 35.42% from 686); Max value from RGB is 243 - color contains mainly: blue. Hex color #F1CAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1CAF3 is #0E350C. Grayscale: #DADADA. Windows color (decimal): -931085 or 15977201. OLE color: 15977201.

HSL color Cylindrical-coordinate representation of color #F1CAF3: hue angle of 297.07º degrees, saturation: 0.63, 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 #F1CAF3 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241202243-
CMYK0.010.1700.05
HSL297.07º63.08%87.25%-
HSV(B)297.07º16.87%95.29%-
XYZ73.5767.4193.93-
YUV218.33141.92144.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 202 (79.30% from 255) = 29.45%
BLUE value IS 243 (95.31% from 255) = 35.42%
R=35.13%
G=29.45%
B=35.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412022430.010.1700.05297.0763.0887.25
HexF1CAF3111051293f57
Octal3613123631210545177127
Binary11110001110010101111001111000101011001010011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAF3; }

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

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

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

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

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

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

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

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