Html Css Color HEX #FCACC5 Cupid

📋 copy color: '#FCACC5'

red 252 ◦ green 172 ◦ blue 197

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

Shades of Cupid #FCACC5

Tints of Cupid #FCACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.7%

 BLUE value IS 197 (77.34% from 255) = 31.72%

R = 40.58%
G = 27.7%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCACC5 (or 0xFCACC5) is known color: Cupid. HEX triplet: FC, AC and C5. RGB value is (252,172,197). Sum of RGB (Red+Green+Blue) = 252+172+197=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACC5 is #03533A. Grayscale: #C6C6C6. Windows color (decimal): -217915 or 12954876. OLE color: 12954876.

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

Color convert

RGB 252 172 197 -
CMYK 0 0.32 0.22 0.01
HSL 341.25º 0.93% 0.83% -
HSV(B) 341.25º 0.32% 0.99% -
XYZ 64.98 54.23 59.87 -
YUV 198.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 252 172 197 0 0.32 0.22 0.01 341.25 0.93 0.83
Hex FC AC C5 0 20 16 1 155 5D 53
Octal 374 254 305 0 40 26 1 525 135 123
Binary 11111100 10101100 11000101 0 100000 10110 1 101010101 1011101 1010011

Color Harmonies of #FCACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACC5

Black with #FCACC5

Text Example


Text Example

White with #FCACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACC5; }

 p { color: rgb(252,172,197); }

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

background-color css

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

 a { background-color: rgb(252,172,197); }

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

border-color css

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

 span { border-color: rgb(252,172,197); }

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