Html Css Color HEX #FDD9F5 Snuff

📋 copy color: '#FDD9F5'

red 253 ◦ green 217 ◦ blue 245

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

Shades of Snuff #FDD9F5

Tints of Snuff #FDD9F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.27%

R = 35.38%
G = 30.35%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FDD9F5 (or 0xFDD9F5) is known color: Snuff. HEX triplet: FD, D9 and F5. RGB value is (253,217,245). Sum of RGB (Red+Green+Blue) = 253+217+245=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 217 (85.16% from 255 or 30.35% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9F5 is #02260A. Grayscale: #E6E6E6. Windows color (decimal): -140811 or 16112125. OLE color: 16112125.

HSL color Cylindrical-coordinate representation of color #FDD9F5: hue angle of 313.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9F5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 245 -
CMYK 0 0.14 0.03 0.01
HSL 313.33º 0.9% 0.92% -
HSV(B) 313.33º 0.14% 0.99% -
XYZ 81.8 77.1 96.96 -
YUV 230.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 253 217 245 0 0.14 0.03 0.01 313.33 0.9 0.92
Hex FD D9 F5 0 E 3 1 139 5A 5C
Octal 375 331 365 0 16 3 1 471 132 134
Binary 11111101 11011001 11110101 0 1110 11 1 100111001 1011010 1011100

Color Harmonies of #FDD9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD9F5

Black with #FDD9F5

Text Example


Text Example

White with #FDD9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD9F5; }

 p { color: rgb(253,217,245); }

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

background-color css

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

 a { background-color: rgb(253,217,245); }

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

border-color css

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

 span { border-color: rgb(253,217,245); }

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