Html Css Color HEX #FDD6FB Snuff

📋 copy color: '#FDD6FB'

red 253 ◦ green 214 ◦ blue 251

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

Shades of Snuff #FDD6FB

Tints of Snuff #FDD6FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.96%

R = 35.24%
G = 29.81%
B = 34.96%

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

#FDD6FB (or 0xFDD6FB) is known color: Snuff. HEX triplet: FD, D6 and FB. RGB value is (253,214,251). Sum of RGB (Red+Green+Blue) = 253+214+251=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 214 (83.98% from 255 or 29.81% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6FB is #022904. Grayscale: #E5E5E5. Windows color (decimal): -141573 or 16504573. OLE color: 16504573.

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

Color convert

RGB 253 214 251 -
CMYK 0 0.15 0.01 0.01
HSL 303.08º 0.91% 0.92% -
HSV(B) 303.08º 0.15% 0.99% -
XYZ 81.97 75.94 101.6 -
YUV 229.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 253 214 251 0 0.15 0.01 0.01 303.08 0.91 0.92
Hex FD D6 FB 0 F 1 1 12F 5B 5C
Octal 375 326 373 0 17 1 1 457 133 134
Binary 11111101 11010110 11111011 0 1111 1 1 100101111 1011011 1011100

Color Harmonies of #FDD6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6FB

Black with #FDD6FB

Text Example


Text Example

White with #FDD6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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