Html Css Color HEX #FCC0FF Snuff

📋 copy color: '#FCC0FF'

red 252 ◦ green 192 ◦ blue 255

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

Shades of Snuff #FCC0FF

Tints of Snuff #FCC0FF

RGB

 RED value IS 252 (98.83% from 255) = 36.05%

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

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

R = 36.05%
G = 27.47%
B = 36.48%

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

#FCC0FF (or 0xFCC0FF) is known color: Snuff. HEX triplet: FC, C0 and FF. RGB value is (252,192,255). Sum of RGB (Red+Green+Blue) = 252+192+255=699 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.05% from 699); Green value is 192 (75.39% from 255 or 27.47% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC0FF is #033F00. Grayscale: #D8D8D8. Windows color (decimal): -212737 or 16761084. OLE color: 16761084.

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

Color convert

RGB 252 192 255 -
CMYK 0.01 0.25 0 0
HSL 297.14º 1% 0.88% -
HSV(B) 297.14º 0.25% 1% -
XYZ 77.04 65.61 103.21 -
YUV 217.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 252 192 255 0.01 0.25 0 0 297.14 1 0.88
Hex FC C0 FF 1 19 0 0 129 64 58
Octal 374 300 377 1 31 0 0 451 144 130
Binary 11111100 11000000 11111111 1 11001 0 0 100101001 1100100 1011000

Color Harmonies of #FCC0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0FF

Black with #FCC0FF

Text Example


Text Example

White with #FCC0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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