Html Css Color HEX #FFD9FB Snuff

📋 copy color: '#FFD9FB'

red 255 ◦ green 217 ◦ blue 251

#FFD9FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #FFD9FB

Tints of Snuff #FFD9FB

RGB

 RED value IS 255 (100% from 255) = 35.27%

 GREEN value IS 217 (85.16% from 255) = 30.01%

 BLUE value IS 251 (98.44% from 255) = 34.72%

R = 35.27%
G = 30.01%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFD9FB (or 0xFFD9FB) is known color: Snuff. HEX triplet: FF, D9 and FB. RGB value is (255,217,251). Sum of RGB (Red+Green+Blue) = 255+217+251=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 217 (85.16% from 255 or 30.01% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9FB is #002604. Grayscale: #E8E8E8. Windows color (decimal): -9733 or 16505343. OLE color: 16505343.

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

Color convert

RGB 255 217 251 -
CMYK 0 0.15 0.02 0
HSL 306.32º 1% 0.93% -
HSV(B) 306.32º 0.15% 1% -
XYZ 83.47 77.85 101.89 -
YUV 232.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 255 217 251 0 0.15 0.02 0 306.32 1 0.93
Hex FF D9 FB 0 F 2 0 132 64 5D
Octal 377 331 373 0 17 2 0 462 144 135
Binary 11111111 11011001 11111011 0 1111 10 0 100110010 1100100 1011101

Color Harmonies of #FFD9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD9FB

Black with #FFD9FB

Text Example


Text Example

White with #FFD9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD9FB; }

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

 H1.HeaderClassName
 {
   color: #FFD9FB;
 }
 .AnyTagClassName
 {
   color: #FFD9FB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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