Html Css Color HEX #FCABC0 Cupid

📋 copy color: '#FCABC0'

red 252 ◦ green 171 ◦ blue 192

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

Shades of Cupid #FCABC0

Tints of Cupid #FCABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.8%

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

R = 40.98%
G = 27.8%
B = 31.22%

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

#FCABC0 (or 0xFCABC0) is known color: Cupid. HEX triplet: FC, AB and C0. RGB value is (252,171,192). Sum of RGB (Red+Green+Blue) = 252+171+192=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABC0 is #03543F. Grayscale: #C5C5C5. Windows color (decimal): -218176 or 12626940. OLE color: 12626940.

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

Color convert

RGB 252 171 192 -
CMYK 0 0.32 0.24 0.01
HSL 344.44º 0.93% 0.83% -
HSV(B) 344.44º 0.32% 0.99% -
XYZ 64.22 53.63 56.84 -
YUV 197.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 252 171 192 0 0.32 0.24 0.01 344.44 0.93 0.83
Hex FC AB C0 0 20 18 1 158 5D 53
Octal 374 253 300 0 40 30 1 530 135 123
Binary 11111100 10101011 11000000 0 100000 11000 1 101011000 1011101 1010011

Color Harmonies of #FCABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABC0

Black with #FCABC0

Text Example


Text Example

White with #FCABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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