Html Css Color HEX #FCAEC7 Cupid

📋 copy color: '#FCAEC7'

red 252 ◦ green 174 ◦ blue 199

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

Shades of Cupid #FCAEC7

Tints of Cupid #FCAEC7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.84%

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

R = 40.32%
G = 27.84%
B = 31.84%

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

#FCAEC7 (or 0xFCAEC7) is known color: Cupid. HEX triplet: FC, AE and C7. RGB value is (252,174,199). Sum of RGB (Red+Green+Blue) = 252+174+199=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEC7 is #035138. Grayscale: #C8C8C8. Windows color (decimal): -217401 or 13086460. OLE color: 13086460.

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

Color convert

RGB 252 174 199 -
CMYK 0 0.31 0.21 0.01
HSL 340.77º 0.93% 0.84% -
HSV(B) 340.77º 0.31% 0.99% -
XYZ 65.59 55.09 61.21 -
YUV 200.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 252 174 199 0 0.31 0.21 0.01 340.77 0.93 0.84
Hex FC AE C7 0 1F 15 1 155 5D 54
Octal 374 256 307 0 37 25 1 525 135 124
Binary 11111100 10101110 11000111 0 11111 10101 1 101010101 1011101 1010100

Color Harmonies of #FCAEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEC7

Black with #FCAEC7

Text Example


Text Example

White with #FCAEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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