#F9CDFB

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

Shades of Snuff #F9CDFB

Tints of Snuff #F9CDFB

Color information

#F9CDFB (or 0xF9CDFB) is unknown color: approx Snuff. HEX triplet: F9, CD and FB. RGB value is (249,205,251). Sum of RGB (Red+Green+Blue) = 249+205+251=705 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.32% from 705); Green value is 205 (80.47% from 255 or 29.08% 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 #F9CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDFB is #063204. Grayscale: #DFDFDF. Windows color (decimal): -406021 or 16502265. OLE color: 16502265.

HSL color Cylindrical-coordinate representation of color #F9CDFB: hue angle of 297.39º 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 #F9CDFB is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249205251-
CMYK0.010.1800.02
HSL297.39º85.19%89.41%-
HSV(B)297.39º18.33%98.43%-
XYZ78.3170.77100.8-
YUV223.4143.58146.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.32%
GREEN value IS 205 (80.47% from 255) = 29.08%
BLUE value IS 251 (98.44% from 255) = 35.60%
R=35.32%
G=29.08%
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
Decimal2492052510.010.1800.02297.3985.1989.41
HexF9CDFB112021295559
Octal37131537312202451125131
Binary11111001110011011111101111001001010010100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CDFB; }

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

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

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

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

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

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

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

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