Html Css Color HEX #FDD0F8 Snuff

📋 copy color: '#FDD0F8'

red 253 ◦ green 208 ◦ blue 248

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

Shades of Snuff #FDD0F8

Tints of Snuff #FDD0F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 34.98%

R = 35.68%
G = 29.34%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDD0F8 (or 0xFDD0F8) is known color: Snuff. HEX triplet: FD, D0 and F8. RGB value is (253,208,248). Sum of RGB (Red+Green+Blue) = 253+208+248=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 208 (81.64% from 255 or 29.34% from 709); Blue value is 248 (97.27% from 255 or 34.98% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0F8 is #022F07. Grayscale: #E1E1E1. Windows color (decimal): -143112 or 16306429. OLE color: 16306429.

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

Color convert

RGB 253 208 248 -
CMYK 0 0.18 0.02 0.01
HSL 306.67º 0.92% 0.9% -
HSV(B) 306.67º 0.18% 0.99% -
XYZ 80.01 72.77 98.64 -
YUV 226.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 253 208 248 0 0.18 0.02 0.01 306.67 0.92 0.9
Hex FD D0 F8 0 12 2 1 133 5C 5A
Octal 375 320 370 0 22 2 1 463 134 132
Binary 11111101 11010000 11111000 0 10010 10 1 100110011 1011100 1011010

Color Harmonies of #FDD0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD0F8

Black with #FDD0F8

Text Example


Text Example

White with #FDD0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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