Html Css Color HEX #FCC4FA Snuff

📋 copy color: '#FCC4FA'

red 252 ◦ green 196 ◦ blue 250

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

Shades of Snuff #FCC4FA

Tints of Snuff #FCC4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.08%

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

R = 36.1%
G = 28.08%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCC4FA (or 0xFCC4FA) is known color: Snuff. HEX triplet: FC, C4 and FA. RGB value is (252,196,250). Sum of RGB (Red+Green+Blue) = 252+196+250=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 196 (76.95% from 255 or 28.08% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4FA is #033B05. Grayscale: #DADADA. Windows color (decimal): -211718 or 16434428. OLE color: 16434428.

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

Color convert

RGB 252 196 250 -
CMYK 0 0.22 0.01 0.01
HSL 302.14º 0.9% 0.88% -
HSV(B) 302.14º 0.22% 0.99% -
XYZ 77.14 67.08 99.32 -
YUV 218.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 252 196 250 0 0.22 0.01 0.01 302.14 0.9 0.88
Hex FC C4 FA 0 16 1 1 12E 5A 58
Octal 374 304 372 0 26 1 1 456 132 130
Binary 11111100 11000100 11111010 0 10110 1 1 100101110 1011010 1011000

Color Harmonies of #FCC4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4FA

Black with #FCC4FA

Text Example


Text Example

White with #FCC4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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