Html Css Color HEX #FDD6F7 Snuff

📋 copy color: '#FDD6F7'

red 253 ◦ green 214 ◦ blue 247

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

Shades of Snuff #FDD6F7

Tints of Snuff #FDD6F7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 29.97%

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

R = 35.43%
G = 29.97%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDD6F7 (or 0xFDD6F7) is known color: Snuff. HEX triplet: FD, D6 and F7. RGB value is (253,214,247). Sum of RGB (Red+Green+Blue) = 253+214+247=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 214 (83.98% from 255 or 29.97% from 714); Blue value is 247 (96.88% from 255 or 34.59% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6F7 is #022908. Grayscale: #E5E5E5. Windows color (decimal): -141577 or 16242429. OLE color: 16242429.

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

Color convert

RGB 253 214 247 -
CMYK 0 0.15 0.02 0.01
HSL 309.23º 0.91% 0.92% -
HSV(B) 309.23º 0.15% 0.99% -
XYZ 81.34 75.69 98.32 -
YUV 229.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 253 214 247 0 0.15 0.02 0.01 309.23 0.91 0.92
Hex FD D6 F7 0 F 2 1 135 5B 5C
Octal 375 326 367 0 17 2 1 465 133 134
Binary 11111101 11010110 11110111 0 1111 10 1 100110101 1011011 1011100

Color Harmonies of #FDD6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6F7

Black with #FDD6F7

Text Example


Text Example

White with #FDD6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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