Html Css Color HEX #FFDDF8 Snuff

📋 copy color: '#FFDDF8'

red 255 ◦ green 221 ◦ blue 248

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

Shades of Snuff #FFDDF8

Tints of Snuff #FFDDF8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 30.52%

 BLUE value IS 248 (97.27% from 255) = 34.25%

R = 35.22%
G = 30.52%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFDDF8 (or 0xFFDDF8) is known color: Snuff. HEX triplet: FF, DD and F8. RGB value is (255,221,248). Sum of RGB (Red+Green+Blue) = 255+221+248=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 221 (86.72% from 255 or 30.52% from 724); Blue value is 248 (97.27% from 255 or 34.25% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDF8 is #002207. Grayscale: #EAEAEA. Windows color (decimal): -8712 or 16309759. OLE color: 16309759.

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

Color convert

RGB 255 221 248 -
CMYK 0 0.13 0.03 0
HSL 312.35º 1% 0.93% -
HSV(B) 312.35º 0.13% 1% -
XYZ 84.04 79.75 99.77 -
YUV 234.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 255 221 248 0 0.13 0.03 0 312.35 1 0.93
Hex FF DD F8 0 D 3 0 138 64 5D
Octal 377 335 370 0 15 3 0 470 144 135
Binary 11111111 11011101 11111000 0 1101 11 0 100111000 1100100 1011101

Color Harmonies of #FFDDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDF8

Black with #FFDDF8

Text Example


Text Example

White with #FFDDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDF8; }

 p { color: rgb(255,221,248); }

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

background-color css

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

 a { background-color: rgb(255,221,248); }

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

border-color css

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

 span { border-color: rgb(255,221,248); }

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