#F5CAF1

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

Shades of Snuff #F5CAF1

Tints of Snuff #F5CAF1

Color information

#F5CAF1 (or 0xF5CAF1) is unknown color: approx Snuff. HEX triplet: F5, CA and F1. RGB value is (245,202,241). Sum of RGB (Red+Green+Blue) = 245+202+241=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 202 (79.30% from 255 or 29.36% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CAF1 is #0A350E. Grayscale: #DBDBDB. Windows color (decimal): -668943 or 15846133. OLE color: 15846133.

HSL color Cylindrical-coordinate representation of color #F5CAF1: hue angle of 305.58º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5CAF1 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB245202241-
CMYK00.180.020.04
HSL305.58º68.25%87.65%-
HSV(B)305.58º17.55%96.08%-
XYZ74.656892.41-
YUV219.3140.25146.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.61%
GREEN value IS 202 (79.30% from 255) = 29.36%
BLUE value IS 241 (94.53% from 255) = 35.03%
R=35.61%
G=29.36%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520224100.180.020.04305.5868.2587.65
HexF5CAF1012241324458
Octal36531236102224462104130
Binary1111010111001010111100010100101010010011001010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CAF1; }

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

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

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

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

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

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

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

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