Html Css Color HEX #FCAFC7 Cupid

📋 copy color: '#FCAFC7'

red 252 ◦ green 175 ◦ blue 199

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

Shades of Cupid #FCAFC7

Tints of Cupid #FCAFC7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.96%

 BLUE value IS 199 (78.13% from 255) = 31.79%

R = 40.26%
G = 27.96%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCAFC7 (or 0xFCAFC7) is known color: Cupid. HEX triplet: FC, AF and C7. RGB value is (252,175,199). Sum of RGB (Red+Green+Blue) = 252+175+199=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC7 is #035038. Grayscale: #C8C8C8. Windows color (decimal): -217145 or 13086716. OLE color: 13086716.

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

Color convert

RGB 252 175 199 -
CMYK 0 0.31 0.21 0.01
HSL 341.3º 0.93% 0.84% -
HSV(B) 341.3º 0.31% 0.99% -
XYZ 65.78 55.48 61.27 -
YUV 200.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 252 175 199 0 0.31 0.21 0.01 341.3 0.93 0.84
Hex FC AF C7 0 1F 15 1 155 5D 54
Octal 374 257 307 0 37 25 1 525 135 124
Binary 11111100 10101111 11000111 0 11111 10101 1 101010101 1011101 1010100

Color Harmonies of #FCAFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFC7

Black with #FCAFC7

Text Example


Text Example

White with #FCAFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFC7; }

 p { color: rgb(252,175,199); }

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

background-color css

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

 a { background-color: rgb(252,175,199); }

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

border-color css

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

 span { border-color: rgb(252,175,199); }

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