#F8CDFB

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

Shades of Snuff #F8CDFB

Tints of Snuff #F8CDFB

Color information

#F8CDFB (or 0xF8CDFB) is unknown color: approx Snuff. HEX triplet: F8, CD and FB. RGB value is (248,205,251). Sum of RGB (Red+Green+Blue) = 248+205+251=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 205 (80.47% from 255 or 29.12% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDFB is #073204. Grayscale: #DEDEDE. Windows color (decimal): -471557 or 16502264. OLE color: 16502264.

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

Color convert

RGB248205251-
CMYK0.010.1800.02
HSL296.09º85.19%89.41%-
HSV(B)296.09º18.33%98.43%-
XYZ77.9670.58100.78-
YUV223.1143.75145.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.23%
GREEN value IS 205 (80.47% from 255) = 29.12%
BLUE value IS 251 (98.44% from 255) = 35.65%
R=35.23%
G=29.12%
B=35.65%

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
Decimal2482052510.010.1800.02296.0985.1989.41
HexF8CDFB112021285559
Octal37031537312202450125131
Binary11111000110011011111101111001001010010100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CDFB; }

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

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

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

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

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

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

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

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