#F8CEFB

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

Shades of Snuff #F8CEFB

Tints of Snuff #F8CEFB

Color information

#F8CEFB (or 0xF8CEFB) is unknown color: approx Snuff. HEX triplet: F8, CE and FB. RGB value is (248,206,251). Sum of RGB (Red+Green+Blue) = 248+206+251=705 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.18% from 705); Green value is 206 (80.86% from 255 or 29.22% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8CEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CEFB is #073104. Grayscale: #DFDFDF. Windows color (decimal): -471301 or 16502520. OLE color: 16502520.

HSL color Cylindrical-coordinate representation of color #F8CEFB: hue angle of 296º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CEFB is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB248206251-
CMYK0.010.1800.02
HSL296º84.91%89.61%-
HSV(B)296º17.93%98.43%-
XYZ78.271.06100.86-
YUV223.69143.41145.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.18%
GREEN value IS 206 (80.86% from 255) = 29.22%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=35.18%
G=29.22%
B=35.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2482062510.010.1800.0229684.9189.61
HexF8CEFB11202128555a
Octal37031637312202450125132
Binary11111000110011101111101111001001010010100010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CEFB; }

 p { color: rgb(248,206,251); }

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

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

 a { background-color: rgb(248,206,251); }

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

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

 span { border-color: rgb(248,206,251); }

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