Html Css Color HEX #FDD2F8 Snuff

📋 copy color: '#FDD2F8'

red 253 ◦ green 210 ◦ blue 248

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

Shades of Snuff #FDD2F8

Tints of Snuff #FDD2F8

RGB

 RED value IS 253 (99.22% from 255) = 35.58%

 GREEN value IS 210 (82.42% from 255) = 29.54%

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

R = 35.58%
G = 29.54%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDD2F8 (or 0xFDD2F8) is known color: Snuff. HEX triplet: FD, D2 and F8. RGB value is (253,210,248). Sum of RGB (Red+Green+Blue) = 253+210+248=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 210 (82.42% from 255 or 29.54% from 711); Blue value is 248 (97.27% from 255 or 34.88% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2F8 is #022D07. Grayscale: #E3E3E3. Windows color (decimal): -142600 or 16306941. OLE color: 16306941.

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

Color convert

RGB 253 210 248 -
CMYK 0 0.17 0.02 0.01
HSL 306.98º 0.91% 0.91% -
HSV(B) 306.98º 0.17% 0.99% -
XYZ 80.5 73.75 98.8 -
YUV 227.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 253 210 248 0 0.17 0.02 0.01 306.98 0.91 0.91
Hex FD D2 F8 0 11 2 1 133 5B 5B
Octal 375 322 370 0 21 2 1 463 133 133
Binary 11111101 11010010 11111000 0 10001 10 1 100110011 1011011 1011011

Color Harmonies of #FDD2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD2F8

Black with #FDD2F8

Text Example


Text Example

White with #FDD2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD2F8; }

 p { color: rgb(253,210,248); }

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

background-color css

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

 a { background-color: rgb(253,210,248); }

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

border-color css

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

 span { border-color: rgb(253,210,248); }

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