Html Css Color HEX #FDD6FA Snuff

📋 copy color: '#FDD6FA'

red 253 ◦ green 214 ◦ blue 250

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

Shades of Snuff #FDD6FA

Tints of Snuff #FDD6FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.87%

R = 35.29%
G = 29.85%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDD6FA (or 0xFDD6FA) is known color: Snuff. HEX triplet: FD, D6 and FA. RGB value is (253,214,250). Sum of RGB (Red+Green+Blue) = 253+214+250=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 214 (83.98% from 255 or 29.85% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6FA is #022905. Grayscale: #E5E5E5. Windows color (decimal): -141574 or 16439037. OLE color: 16439037.

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

Color convert

RGB 253 214 250 -
CMYK 0 0.15 0.01 0.01
HSL 304.62º 0.91% 0.92% -
HSV(B) 304.62º 0.15% 0.99% -
XYZ 81.81 75.88 100.78 -
YUV 229.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 253 214 250 0 0.15 0.01 0.01 304.62 0.91 0.92
Hex FD D6 FA 0 F 1 1 131 5B 5C
Octal 375 326 372 0 17 1 1 461 133 134
Binary 11111101 11010110 11111010 0 1111 1 1 100110001 1011011 1011100

Color Harmonies of #FDD6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6FA

Black with #FDD6FA

Text Example


Text Example

White with #FDD6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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