Html Css Color HEX #FDC0FD Snuff

📋 copy color: '#FDC0FD'

red 253 ◦ green 192 ◦ blue 253

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

Shades of Snuff #FDC0FD

Tints of Snuff #FDC0FD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 27.51%

 BLUE value IS 253 (99.22% from 255) = 36.25%

R = 36.25%
G = 27.51%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDC0FD (or 0xFDC0FD) is known color: Snuff. HEX triplet: FD, C0 and FD. RGB value is (253,192,253). Sum of RGB (Red+Green+Blue) = 253+192+253=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 192 (75.39% from 255 or 27.51% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDC0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC0FD is #023F02. Grayscale: #D9D9D9. Windows color (decimal): -147203 or 16630013. OLE color: 16630013.

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

Color convert

RGB 253 192 253 -
CMYK 0 0.24 0 0.01
HSL 300º 0.94% 0.87% -
HSV(B) 300º 0.24% 0.99% -
XYZ 77.09 65.67 101.54 -
YUV 217.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 253 192 253 0 0.24 0 0.01 300 0.94 0.87
Hex FD C0 FD 0 18 0 1 12C 5E 57
Octal 375 300 375 0 30 0 1 454 136 127
Binary 11111101 11000000 11111101 0 11000 0 1 100101100 1011110 1010111

Color Harmonies of #FDC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC0FD

Black with #FDC0FD

Text Example


Text Example

White with #FDC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC0FD; }

 p { color: rgb(253,192,253); }

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

background-color css

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

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

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

border-color css

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

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

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