#FFD5FC

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

Shades of Snuff #FFD5FC

Tints of Snuff #FFD5FC

Color information

#FFD5FC (or 0xFFD5FC) is unknown color: approx Snuff. HEX triplet: FF, D5 and FC. RGB value is (255,213,252). Sum of RGB (Red+Green+Blue) = 255+213+252=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 213 (83.59% from 255 or 29.58% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD5FC is #002A03. Grayscale: #E5E5E5. Windows color (decimal): -10756 or 16569855. OLE color: 16569855.

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

Color convert

RGB255213252-
CMYK00.160.010
HSL304.29º100%91.76%-
HSV(B)304.29º16.47%100%-
XYZ82.675.88102.39-
YUV230140.41145.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 213 (83.59% from 255) = 29.58%
BLUE value IS 252 (98.83% from 255) = 35%
R=35.42%
G=29.58%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521325200.160.010304.2910091.76
HexFFD5FC01010130645c
Octal37732537402010460144134
Binary1111111111010101111111000100001010011000011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5FC; }

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

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

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

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

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

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

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

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