Html Css Color HEX #FDD0FD Snuff

📋 copy color: '#FDD0FD'

red 253 ◦ green 208 ◦ blue 253

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

Shades of Snuff #FDD0FD

Tints of Snuff #FDD0FD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.13%

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

R = 35.43%
G = 29.13%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDD0FD (or 0xFDD0FD) is known color: Snuff. HEX triplet: FD, D0 and FD. RGB value is (253,208,253). Sum of RGB (Red+Green+Blue) = 253+208+253=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 208 (81.64% from 255 or 29.13% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDD0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0FD is #022F02. Grayscale: #E2E2E2. Windows color (decimal): -143107 or 16634109. OLE color: 16634109.

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

Color convert

RGB 253 208 253 -
CMYK 0 0.18 0 0.01
HSL 300º 0.92% 0.9% -
HSV(B) 300º 0.18% 0.99% -
XYZ 80.79 73.09 102.78 -
YUV 226.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 253 208 253 0 0.18 0 0.01 300 0.92 0.9
Hex FD D0 FD 0 12 0 1 12C 5C 5A
Octal 375 320 375 0 22 0 1 454 134 132
Binary 11111101 11010000 11111101 0 10010 0 1 100101100 1011100 1011010

Color Harmonies of #FDD0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD0FD

Black with #FDD0FD

Text Example


Text Example

White with #FDD0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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