Html Css Color HEX #FDC0FF Snuff

📋 copy color: '#FDC0FF'

red 253 ◦ green 192 ◦ blue 255

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

Shades of Snuff #FDC0FF

Tints of Snuff #FDC0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.43%

R = 36.14%
G = 27.43%
B = 36.43%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FDC0FF (or 0xFDC0FF) is known color: Snuff. HEX triplet: FD, C0 and FF. RGB value is (253,192,255). Sum of RGB (Red+Green+Blue) = 253+192+255=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 192 (75.39% from 255 or 27.43% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC0FF is #023F00. Grayscale: #D9D9D9. Windows color (decimal): -147201 or 16761085. OLE color: 16761085.

HSL color Cylindrical-coordinate representation of color #FDC0FF: hue angle of 298.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDC0FF is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 253 192 255 -
CMYK 0.01 0.25 0 0
HSL 298.1º 1% 0.88% -
HSV(B) 298.1º 0.25% 1% -
XYZ 77.41 65.8 103.23 -
YUV 217.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 253 192 255 0.01 0.25 0 0 298.1 1 0.88
Hex FD C0 FF 1 19 0 0 12A 64 58
Octal 375 300 377 1 31 0 0 452 144 130
Binary 11111101 11000000 11111111 1 11001 0 0 100101010 1100100 1011000

Color Harmonies of #FDC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC0FF

Black with #FDC0FF

Text Example


Text Example

White with #FDC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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