Html Css Color HEX #F5A8BC Cupid

📋 copy color: '#F5A8BC'

red 245 ◦ green 168 ◦ blue 188

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

Shades of Cupid #F5A8BC

Tints of Cupid #F5A8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.28%

R = 40.77%
G = 27.95%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F5A8BC (or 0xF5A8BC) is known color: Cupid. HEX triplet: F5, A8 and BC. RGB value is (245,168,188). Sum of RGB (Red+Green+Blue) = 245+168+188=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A8BC is #0A5743. Grayscale: #C1C1C1. Windows color (decimal): -677700 or 12364021. OLE color: 12364021.

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

Color convert

RGB 245 168 188 -
CMYK 0 0.31 0.23 0.04
HSL 344.42º 0.79% 0.81% -
HSV(B) 344.42º 0.31% 0.96% -
XYZ 60.74 51.05 54.23 -
YUV 193.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 245 168 188 0 0.31 0.23 0.04 344.42 0.79 0.81
Hex F5 A8 BC 0 1F 17 4 158 4F 51
Octal 365 250 274 0 37 27 4 530 117 121
Binary 11110101 10101000 10111100 0 11111 10111 100 101011000 1001111 1010001

Color Harmonies of #F5A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A8BC

Black with #F5A8BC

Text Example


Text Example

White with #F5A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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