Html Css Color HEX #F5ABBC Cupid

📋 copy color: '#F5ABBC'

red 245 ◦ green 171 ◦ blue 188

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

Shades of Cupid #F5ABBC

Tints of Cupid #F5ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.31%

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

R = 40.56%
G = 28.31%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F5ABBC (or 0xF5ABBC) is known color: Cupid. HEX triplet: F5, AB and BC. RGB value is (245,171,188). Sum of RGB (Red+Green+Blue) = 245+171+188=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABBC is #0A5443. Grayscale: #C3C3C3. Windows color (decimal): -676932 or 12364789. OLE color: 12364789.

HSL color Cylindrical-coordinate representation of color #F5ABBC: hue angle of 346.22º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ABBC is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 171 188 -
CMYK 0 0.30 0.23 0.04
HSL 346.22º 0.79% 0.82% -
HSV(B) 346.22º 0.3% 0.96% -
XYZ 61.3 52.17 54.42 -
YUV 195.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 245 171 188 0 0.30 0.23 0.04 346.22 0.79 0.82
Hex F5 AB BC 0 1E 17 4 15A 4F 52
Octal 365 253 274 0 36 27 4 532 117 122
Binary 11110101 10101011 10111100 0 11110 10111 100 101011010 1001111 1010010

Color Harmonies of #F5ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ABBC

Black with #F5ABBC

Text Example


Text Example

White with #F5ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ABBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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