Html Css Color HEX #FCAFC5 Cupid

📋 copy color: '#FCAFC5'

red 252 ◦ green 175 ◦ blue 197

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

Shades of Cupid #FCAFC5

Tints of Cupid #FCAFC5

RGB

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

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

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

R = 40.38%
G = 28.04%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCAFC5 (or 0xFCAFC5) is known color: Cupid. HEX triplet: FC, AF and C5. RGB value is (252,175,197). Sum of RGB (Red+Green+Blue) = 252+175+197=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFC5 is #03503A. Grayscale: #C8C8C8. Windows color (decimal): -217147 or 12955644. OLE color: 12955644.

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

Color convert

RGB 252 175 197 -
CMYK 0 0.31 0.22 0.01
HSL 342.86º 0.93% 0.84% -
HSV(B) 342.86º 0.31% 0.99% -
XYZ 65.55 55.39 60.06 -
YUV 200.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 252 175 197 0 0.31 0.22 0.01 342.86 0.93 0.84
Hex FC AF C5 0 1F 16 1 157 5D 54
Octal 374 257 305 0 37 26 1 527 135 124
Binary 11111100 10101111 11000101 0 11111 10110 1 101010111 1011101 1010100

Color Harmonies of #FCAFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAFC5

Black with #FCAFC5

Text Example


Text Example

White with #FCAFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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