Html Css Color HEX #F5A8BE Cupid

📋 copy color: '#F5A8BE'

red 245 ◦ green 168 ◦ blue 190

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

Shades of Cupid #F5A8BE

Tints of Cupid #F5A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.86%

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

R = 40.63%
G = 27.86%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5A8BE (or 0xF5A8BE) is known color: Cupid. HEX triplet: F5, A8 and BE. RGB value is (245,168,190). Sum of RGB (Red+Green+Blue) = 245+168+190=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8BE is #0A5741. Grayscale: #C1C1C1. Windows color (decimal): -677698 or 12495093. OLE color: 12495093.

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

Color convert

RGB 245 168 190 -
CMYK 0 0.31 0.22 0.04
HSL 342.86º 0.79% 0.81% -
HSV(B) 342.86º 0.31% 0.96% -
XYZ 60.95 51.14 55.37 -
YUV 193.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 245 168 190 0 0.31 0.22 0.04 342.86 0.79 0.81
Hex F5 A8 BE 0 1F 16 4 157 4F 51
Octal 365 250 276 0 37 26 4 527 117 121
Binary 11110101 10101000 10111110 0 11111 10110 100 101010111 1001111 1010001

Color Harmonies of #F5A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A8BE

Black with #F5A8BE

Text Example


Text Example

White with #F5A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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