Html Css Color HEX #F5AFBE Cupid

📋 copy color: '#F5AFBE'

red 245 ◦ green 175 ◦ blue 190

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

Shades of Cupid #F5AFBE

Tints of Cupid #F5AFBE

RGB

 RED value IS 245 (96.09% from 255) = 40.16%

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

 BLUE value IS 190 (74.61% from 255) = 31.15%

R = 40.16%
G = 28.69%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5AFBE (or 0xF5AFBE) is known color: Cupid. HEX triplet: F5, AF and BE. RGB value is (245,175,190). Sum of RGB (Red+Green+Blue) = 245+175+190=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFBE is #0A5041. Grayscale: #C5C5C5. Windows color (decimal): -675906 or 12496885. OLE color: 12496885.

HSL color Cylindrical-coordinate representation of color #F5AFBE: hue angle of 347.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AFBE is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 175 190 -
CMYK 0 0.29 0.22 0.04
HSL 347.14º 0.78% 0.82% -
HSV(B) 347.14º 0.29% 0.96% -
XYZ 62.28 53.79 55.82 -
YUV 197.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 245 175 190 0 0.29 0.22 0.04 347.14 0.78 0.82
Hex F5 AF BE 0 1D 16 4 15B 4E 52
Octal 365 257 276 0 35 26 4 533 116 122
Binary 11110101 10101111 10111110 0 11101 10110 100 101011011 1001110 1010010

Color Harmonies of #F5AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AFBE

Black with #F5AFBE

Text Example


Text Example

White with #F5AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AFBE; }

 p { color: rgb(245,175,190); }

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

background-color css

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

 a { background-color: rgb(245,175,190); }

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

border-color css

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

 span { border-color: rgb(245,175,190); }

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