Html Css Color HEX #FDDCF7 Snuff

📋 copy color: '#FDDCF7'

red 253 ◦ green 220 ◦ blue 247

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

Shades of Snuff #FDDCF7

Tints of Snuff #FDDCF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 34.31%

R = 35.14%
G = 30.56%
B = 34.31%

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

#FDDCF7 (or 0xFDDCF7) is known color: Snuff. HEX triplet: FD, DC and F7. RGB value is (253,220,247). Sum of RGB (Red+Green+Blue) = 253+220+247=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 220 (86.33% from 255 or 30.56% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF7 is #022308. Grayscale: #E8E8E8. Windows color (decimal): -140041 or 16243965. OLE color: 16243965.

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

Color convert

RGB 253 220 247 -
CMYK 0 0.13 0.02 0.01
HSL 310.91º 0.89% 0.93% -
HSV(B) 310.91º 0.13% 0.99% -
XYZ 82.89 78.78 98.83 -
YUV 232.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 253 220 247 0 0.13 0.02 0.01 310.91 0.89 0.93
Hex FD DC F7 0 D 2 1 137 59 5D
Octal 375 334 367 0 15 2 1 467 131 135
Binary 11111101 11011100 11110111 0 1101 10 1 100110111 1011001 1011101

Color Harmonies of #FDDCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCF7

Black with #FDDCF7

Text Example


Text Example

White with #FDDCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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