Html Css Color HEX #FDC9FC Snuff

📋 copy color: '#FDC9FC'

red 253 ◦ green 201 ◦ blue 252

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

Shades of Snuff #FDC9FC

Tints of Snuff #FDC9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.69%

R = 35.84%
G = 28.47%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FDC9FC (or 0xFDC9FC) is known color: Snuff. HEX triplet: FD, C9 and FC. RGB value is (253,201,252). Sum of RGB (Red+Green+Blue) = 253+201+252=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 201 (78.91% from 255 or 28.47% from 706); Blue value is 252 (98.83% from 255 or 35.69% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC9FC is #023603. Grayscale: #DEDEDE. Windows color (decimal): -144900 or 16566781. OLE color: 16566781.

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

Color convert

RGB 253 201 252 -
CMYK 0 0.21 0.00 0.01
HSL 301.15º 0.93% 0.89% -
HSV(B) 301.15º 0.21% 0.99% -
XYZ 78.97 69.68 101.38 -
YUV 222.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 253 201 252 0 0.21 0.00 0.01 301.15 0.93 0.89
Hex FD C9 FC 0 15 0 1 12D 5D 59
Octal 375 311 374 0 25 0 1 455 135 131
Binary 11111101 11001001 11111100 0 10101 0 1 100101101 1011101 1011001

Color Harmonies of #FDC9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC9FC

Black with #FDC9FC

Text Example


Text Example

White with #FDC9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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