Html Css Color HEX #FDD2FD Snuff

📋 copy color: '#FDD2FD'

red 253 ◦ green 210 ◦ blue 253

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

Shades of Snuff #FDD2FD

Tints of Snuff #FDD2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.34%

R = 35.34%
G = 29.33%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDD2FD (or 0xFDD2FD) is known color: Snuff. HEX triplet: FD, D2 and FD. RGB value is (253,210,253). Sum of RGB (Red+Green+Blue) = 253+210+253=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 210 (82.42% from 255 or 29.33% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDD2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD2FD is #022D02. Grayscale: #E3E3E3. Windows color (decimal): -142595 or 16634621. OLE color: 16634621.

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

Color convert

RGB 253 210 253 -
CMYK 0 0.17 0 0.01
HSL 300º 0.91% 0.91% -
HSV(B) 300º 0.17% 0.99% -
XYZ 81.28 74.07 102.94 -
YUV 227.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 253 210 253 0 0.17 0 0.01 300 0.91 0.91
Hex FD D2 FD 0 11 0 1 12C 5B 5B
Octal 375 322 375 0 21 0 1 454 133 133
Binary 11111101 11010010 11111101 0 10001 0 1 100101100 1011011 1011011

Color Harmonies of #FDD2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD2FD

Black with #FDD2FD

Text Example


Text Example

White with #FDD2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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