Html Css Color HEX #FCC0FA Snuff

📋 copy color: '#FCC0FA'

red 252 ◦ green 192 ◦ blue 250

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

Shades of Snuff #FCC0FA

Tints of Snuff #FCC0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.02%

R = 36.31%
G = 27.67%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCC0FA (or 0xFCC0FA) is known color: Snuff. HEX triplet: FC, C0 and FA. RGB value is (252,192,250). Sum of RGB (Red+Green+Blue) = 252+192+250=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 192 (75.39% from 255 or 27.67% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC0FA is #033F05. Grayscale: #D8D8D8. Windows color (decimal): -212742 or 16433404. OLE color: 16433404.

HSL color Cylindrical-coordinate representation of color #FCC0FA: hue angle of 302º degrees, saturation: 0.91, 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 #FCC0FA is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 250 -
CMYK 0 0.24 0.01 0.01
HSL 302º 0.91% 0.87% -
HSV(B) 302º 0.24% 0.99% -
XYZ 76.25 65.3 99.03 -
YUV 216.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 252 192 250 0 0.24 0.01 0.01 302 0.91 0.87
Hex FC C0 FA 0 18 1 1 12E 5B 57
Octal 374 300 372 0 30 1 1 456 133 127
Binary 11111100 11000000 11111010 0 11000 1 1 100101110 1011011 1010111

Color Harmonies of #FCC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC0FA

Black with #FCC0FA

Text Example


Text Example

White with #FCC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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