Html Css Color HEX #F5AAB0 Light Pink

📋 copy color: '#F5AAB0'

red 245 ◦ green 170 ◦ blue 176

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

Shades of Light Pink #F5AAB0

Tints of Light Pink #F5AAB0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.76%

 BLUE value IS 176 (69.14% from 255) = 29.78%

R = 41.46%
G = 28.76%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F5AAB0 (or 0xF5AAB0) is known color: Light Pink. HEX triplet: F5, AA and B0. RGB value is (245,170,176). Sum of RGB (Red+Green+Blue) = 245+170+176=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AAB0 is #0A554F. Grayscale: #C1C1C1. Windows color (decimal): -677200 or 11578101. OLE color: 11578101.

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

Color convert

RGB 245 170 176 -
CMYK 0 0.31 0.28 0.04
HSL 355.2º 0.79% 0.81% -
HSV(B) 355.2º 0.31% 0.96% -
XYZ 59.87 51.3 47.82 -
YUV 193.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 245 170 176 0 0.31 0.28 0.04 355.2 0.79 0.81
Hex F5 AA B0 0 1F 1C 4 163 4F 51
Octal 365 252 260 0 37 34 4 543 117 121
Binary 11110101 10101010 10110000 0 11111 11100 100 101100011 1001111 1010001

Color Harmonies of #F5AAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AAB0

Black with #F5AAB0

Text Example


Text Example

White with #F5AAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AAB0; }

 p { color: rgb(245,170,176); }

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

background-color css

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

 a { background-color: rgb(245,170,176); }

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

border-color css

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

 span { border-color: rgb(245,170,176); }

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