Html Css Color HEX #FDC9FB Snuff

📋 copy color: '#FDC9FB'

red 253 ◦ green 201 ◦ blue 251

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

Shades of Snuff #FDC9FB

Tints of Snuff #FDC9FB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 28.51%

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

R = 35.89%
G = 28.51%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDC9FB (or 0xFDC9FB) is known color: Snuff. HEX triplet: FD, C9 and FB. RGB value is (253,201,251). Sum of RGB (Red+Green+Blue) = 253+201+251=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 201 (78.91% from 255 or 28.51% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC9FB is #023604. Grayscale: #DEDEDE. Windows color (decimal): -144901 or 16501245. OLE color: 16501245.

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

Color convert

RGB 253 201 251 -
CMYK 0 0.21 0.01 0.01
HSL 302.31º 0.93% 0.89% -
HSV(B) 302.31º 0.21% 0.99% -
XYZ 78.81 69.62 100.55 -
YUV 222.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 253 201 251 0 0.21 0.01 0.01 302.31 0.93 0.89
Hex FD C9 FB 0 15 1 1 12E 5D 59
Octal 375 311 373 0 25 1 1 456 135 131
Binary 11111101 11001001 11111011 0 10101 1 1 100101110 1011101 1011001

Color Harmonies of #FDC9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9FB

Black with #FDC9FB

Text Example


Text Example

White with #FDC9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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