#F8CAFF

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

Shades of Snuff #F8CAFF

Tints of Snuff #F8CAFF

Color information

#F8CAFF (or 0xF8CAFF) is unknown color: approx Snuff. HEX triplet: F8, CA and FF. RGB value is (248,202,255). Sum of RGB (Red+Green+Blue) = 248+202+255=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 202 (79.30% from 255 or 28.65% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #F8CAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CAFF is #073500. Grayscale: #DDDDDD. Windows color (decimal): -472321 or 16763640. OLE color: 16763640.

HSL color Cylindrical-coordinate representation of color #F8CAFF: hue angle of 292.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8CAFF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB248202255-
CMYK0.030.2100
HSL292.08º100%89.61%-
HSV(B)292.08º20.78%100%-
XYZ77.8869.42103.9-
YUV221.8146.74146.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.18%
GREEN value IS 202 (79.30% from 255) = 28.65%
BLUE value IS 255 (100% from 255) = 36.17%
R=35.18%
G=28.65%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2482022550.030.2100292.0810089.61
HexF8CAFF31500124645a
Octal37031237732500444144132
Binary11111000110010101111111111101010010010010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CAFF; }

 p { color: rgb(248,202,255); }

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

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

 a { background-color: rgb(248,202,255); }

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

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

 span { border-color: rgb(248,202,255); }

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