#F8CDFE

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

Shades of Snuff #F8CDFE

Tints of Snuff #F8CDFE

Color information

#F8CDFE (or 0xF8CDFE) is unknown color: approx Snuff. HEX triplet: F8, CD and FE. RGB value is (248,205,254). Sum of RGB (Red+Green+Blue) = 248+205+254=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 205 (80.47% from 255 or 29.00% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8CDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDFE is #073201. Grayscale: #DFDFDF. Windows color (decimal): -471554 or 16698872. OLE color: 16698872.

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

Color convert

RGB248205254-
CMYK0.020.1900.00
HSL292.65º96.08%90%-
HSV(B)292.65º19.29%99.61%-
XYZ78.4370.77103.29-
YUV223.44145.25145.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.08%
GREEN value IS 205 (80.47% from 255) = 29.00%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=35.08%
G=29.00%
B=35.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482052540.020.1900.00292.6596.0890
HexF8CDFE21300125605a
Octal37031537622300445140132
Binary11111000110011011111111010100110010010010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CDFE; }

 p { color: rgb(248,205,254); }

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

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

 a { background-color: rgb(248,205,254); }

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

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

 span { border-color: rgb(248,205,254); }

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