Html Css Color HEX #F5AAB2 Light Pink

📋 copy color: '#F5AAB2'

red 245 ◦ green 170 ◦ blue 178

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

Shades of Light Pink #F5AAB2

Tints of Light Pink #F5AAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.02%

R = 41.32%
G = 28.67%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F5AAB2 (or 0xF5AAB2) is known color: Light Pink. HEX triplet: F5, AA and B2. RGB value is (245,170,178). Sum of RGB (Red+Green+Blue) = 245+170+178=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AAB2 is #0A554D. Grayscale: #C1C1C1. Windows color (decimal): -677198 or 11709173. OLE color: 11709173.

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

Color convert

RGB 245 170 178 -
CMYK 0 0.31 0.27 0.04
HSL 353.6º 0.79% 0.81% -
HSV(B) 353.6º 0.31% 0.96% -
XYZ 60.07 51.38 48.87 -
YUV 193.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 245 170 178 0 0.31 0.27 0.04 353.6 0.79 0.81
Hex F5 AA B2 0 1F 1B 4 162 4F 51
Octal 365 252 262 0 37 33 4 542 117 121
Binary 11110101 10101010 10110010 0 11111 11011 100 101100010 1001111 1010001

Color Harmonies of #F5AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AAB2

Black with #F5AAB2

Text Example


Text Example

White with #F5AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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