#FFD5FB

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

Shades of Snuff #FFD5FB

Tints of Snuff #FFD5FB

Color information

#FFD5FB (or 0xFFD5FB) is unknown color: approx Snuff. HEX triplet: FF, D5 and FB. RGB value is (255,213,251). Sum of RGB (Red+Green+Blue) = 255+213+251=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 213 (83.59% from 255 or 29.62% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5FB is #002A04. Grayscale: #E5E5E5. Windows color (decimal): -10757 or 16504319. OLE color: 16504319.

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

Color convert

RGB255213251-
CMYK00.160.020
HSL305.71º100%91.76%-
HSV(B)305.71º16.47%100%-
XYZ82.4575.81101.55-
YUV229.89139.91145.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.47%
GREEN value IS 213 (83.59% from 255) = 29.62%
BLUE value IS 251 (98.44% from 255) = 34.91%
R=35.47%
G=29.62%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521325100.160.020305.7110091.76
HexFFD5FB01020132645c
Octal37732537302020462144134
Binary11111111110101011111101101000010010011001011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5FB; }

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

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

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

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

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

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

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

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