Html Css Color HEX #FDDAF6 Snuff

📋 copy color: '#FDDAF6'

red 253 ◦ green 218 ◦ blue 246

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

Shades of Snuff #FDDAF6

Tints of Snuff #FDDAF6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 30.4%

 BLUE value IS 246 (96.48% from 255) = 34.31%

R = 35.29%
G = 30.4%
B = 34.31%

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

#FDDAF6 (or 0xFDDAF6) is known color: Snuff. HEX triplet: FD, DA and F6. RGB value is (253,218,246). Sum of RGB (Red+Green+Blue) = 253+218+246=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 218 (85.55% from 255 or 30.40% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAF6 is #022509. Grayscale: #E7E7E7. Windows color (decimal): -140554 or 16177917. OLE color: 16177917.

HSL color Cylindrical-coordinate representation of color #FDDAF6: hue angle of 312º 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 #FDDAF6 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 218 246 -
CMYK 0 0.14 0.03 0.01
HSL 312º 0.9% 0.92% -
HSV(B) 312º 0.14% 0.99% -
XYZ 82.21 77.68 97.85 -
YUV 231.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 253 218 246 0 0.14 0.03 0.01 312 0.9 0.92
Hex FD DA F6 0 E 3 1 138 5A 5C
Octal 375 332 366 0 16 3 1 470 132 134
Binary 11111101 11011010 11110110 0 1110 11 1 100111000 1011010 1011100

Color Harmonies of #FDDAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAF6

Black with #FDDAF6

Text Example


Text Example

White with #FDDAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAF6; }

 p { color: rgb(253,218,246); }

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

background-color css

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

 a { background-color: rgb(253,218,246); }

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

border-color css

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

 span { border-color: rgb(253,218,246); }

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