Html Css Color HEX #FDD1F9 Snuff

📋 copy color: '#FDD1F9'

red 253 ◦ green 209 ◦ blue 249

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

Shades of Snuff #FDD1F9

Tints of Snuff #FDD1F9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 29.4%

 BLUE value IS 249 (97.66% from 255) = 35.02%

R = 35.58%
G = 29.4%
B = 35.02%

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

#FDD1F9 (or 0xFDD1F9) is known color: Snuff. HEX triplet: FD, D1 and F9. RGB value is (253,209,249). Sum of RGB (Red+Green+Blue) = 253+209+249=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 209 (82.03% from 255 or 29.40% from 711); Blue value is 249 (97.66% from 255 or 35.02% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD1F9 is #022E06. Grayscale: #E2E2E2. Windows color (decimal): -142855 or 16372221. OLE color: 16372221.

HSL color Cylindrical-coordinate representation of color #FDD1F9: hue angle of 305.45º degrees, saturation: 0.92, 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 #FDD1F9 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 209 249 -
CMYK 0 0.17 0.02 0.01
HSL 305.45º 0.92% 0.91% -
HSV(B) 305.45º 0.17% 0.99% -
XYZ 80.41 73.32 99.54 -
YUV 226.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 253 209 249 0 0.17 0.02 0.01 305.45 0.92 0.91
Hex FD D1 F9 0 11 2 1 131 5C 5B
Octal 375 321 371 0 21 2 1 461 134 133
Binary 11111101 11010001 11111001 0 10001 10 1 100110001 1011100 1011011

Color Harmonies of #FDD1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD1F9

Black with #FDD1F9

Text Example


Text Example

White with #FDD1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD1F9; }

 p { color: rgb(253,209,249); }

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

background-color css

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

 a { background-color: rgb(253,209,249); }

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

border-color css

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

 span { border-color: rgb(253,209,249); }

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