Html Css Color HEX #FDDCF8 Snuff

📋 copy color: '#FDDCF8'

red 253 ◦ green 220 ◦ blue 248

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

Shades of Snuff #FDDCF8

Tints of Snuff #FDDCF8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.51%

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

R = 35.09%
G = 30.51%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDDCF8 (or 0xFDDCF8) is known color: Snuff. HEX triplet: FD, DC and F8. RGB value is (253,220,248). Sum of RGB (Red+Green+Blue) = 253+220+248=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 220 (86.33% from 255 or 30.51% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF8 is #022307. Grayscale: #E8E8E8. Windows color (decimal): -140040 or 16309501. OLE color: 16309501.

HSL color Cylindrical-coordinate representation of color #FDDCF8: hue angle of 309.09º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDCF8 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 248 -
CMYK 0 0.13 0.02 0.01
HSL 309.09º 0.89% 0.93% -
HSV(B) 309.09º 0.13% 0.99% -
XYZ 83.04 78.85 99.65 -
YUV 233.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 253 220 248 0 0.13 0.02 0.01 309.09 0.89 0.93
Hex FD DC F8 0 D 2 1 135 59 5D
Octal 375 334 370 0 15 2 1 465 131 135
Binary 11111101 11011100 11111000 0 1101 10 1 100110101 1011001 1011101

Color Harmonies of #FDDCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCF8

Black with #FDDCF8

Text Example


Text Example

White with #FDDCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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