Html Css Color HEX #FCC3FA Snuff

📋 copy color: '#FCC3FA'

red 252 ◦ green 195 ◦ blue 250

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

Shades of Snuff #FCC3FA

Tints of Snuff #FCC3FA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 27.98%

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

R = 36.15%
G = 27.98%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCC3FA (or 0xFCC3FA) is known color: Snuff. HEX triplet: FC, C3 and FA. RGB value is (252,195,250). Sum of RGB (Red+Green+Blue) = 252+195+250=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 195 (76.56% from 255 or 27.98% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3FA is #033C05. Grayscale: #DADADA. Windows color (decimal): -211974 or 16434172. OLE color: 16434172.

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

Color convert

RGB 252 195 250 -
CMYK 0 0.23 0.01 0.01
HSL 302.11º 0.9% 0.88% -
HSV(B) 302.11º 0.23% 0.99% -
XYZ 76.92 66.63 99.25 -
YUV 218.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 252 195 250 0 0.23 0.01 0.01 302.11 0.9 0.88
Hex FC C3 FA 0 17 1 1 12E 5A 58
Octal 374 303 372 0 27 1 1 456 132 130
Binary 11111100 11000011 11111010 0 10111 1 1 100101110 1011010 1011000

Color Harmonies of #FCC3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC3FA

Black with #FCC3FA

Text Example


Text Example

White with #FCC3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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