Html Css Color HEX #FCACC0 Cupid

📋 copy color: '#FCACC0'

red 252 ◦ green 172 ◦ blue 192

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

Shades of Cupid #FCACC0

Tints of Cupid #FCACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.17%

R = 40.91%
G = 27.92%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCACC0 (or 0xFCACC0) is known color: Cupid. HEX triplet: FC, AC and C0. RGB value is (252,172,192). Sum of RGB (Red+Green+Blue) = 252+172+192=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACC0 is #03533F. Grayscale: #C6C6C6. Windows color (decimal): -217920 or 12627196. OLE color: 12627196.

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

Color convert

RGB 252 172 192 -
CMYK 0 0.32 0.24 0.01
HSL 345º 0.93% 0.83% -
HSV(B) 345º 0.32% 0.99% -
XYZ 64.41 54.01 56.9 -
YUV 198.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 252 172 192 0 0.32 0.24 0.01 345 0.93 0.83
Hex FC AC C0 0 20 18 1 159 5D 53
Octal 374 254 300 0 40 30 1 531 135 123
Binary 11111100 10101100 11000000 0 100000 11000 1 101011001 1011101 1010011

Color Harmonies of #FCACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACC0

Black with #FCACC0

Text Example


Text Example

White with #FCACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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