#FFD2FB

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

Shades of Snuff #FFD2FB

Tints of Snuff #FFD2FB

Color information

#FFD2FB (or 0xFFD2FB) is unknown color: approx Snuff. HEX triplet: FF, D2 and FB. RGB value is (255,210,251). Sum of RGB (Red+Green+Blue) = 255+210+251=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 210 (82.42% from 255 or 29.33% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD2FB is #002D04. Grayscale: #E4E4E4. Windows color (decimal): -11525 or 16503551. OLE color: 16503551.

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

Color convert

RGB255210251-
CMYK00.180.020
HSL305.33º100%91.18%-
HSV(B)305.33º17.65%100%-
XYZ81.774.32101.31-
YUV228.13140.91147.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 210 (82.42% from 255) = 29.33%
BLUE value IS 251 (98.44% from 255) = 35.06%
R=35.61%
G=29.33%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521025100.180.020305.3310091.18
HexFFD2FB01220131645b
Octal37732237302220461144133
Binary11111111110100101111101101001010010011000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2FB; }

 p { color: rgb(255,210,251); }

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

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

 a { background-color: rgb(255,210,251); }

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

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

 span { border-color: rgb(255,210,251); }

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