Html Css Color HEX #F5AFB9 Light Pink

📋 copy color: '#F5AFB9'

red 245 ◦ green 175 ◦ blue 185

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

Shades of Light Pink #F5AFB9

Tints of Light Pink #F5AFB9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.93%

 BLUE value IS 185 (72.66% from 255) = 30.58%

R = 40.5%
G = 28.93%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5AFB9 (or 0xF5AFB9) is known color: Light Pink. HEX triplet: F5, AF and B9. RGB value is (245,175,185). Sum of RGB (Red+Green+Blue) = 245+175+185=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFB9 is #0A5046. Grayscale: #C5C5C5. Windows color (decimal): -675911 or 12169205. OLE color: 12169205.

HSL color Cylindrical-coordinate representation of color #F5AFB9: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AFB9 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 175 185 -
CMYK 0 0.29 0.24 0.04
HSL 351.43º 0.78% 0.82% -
HSV(B) 351.43º 0.29% 0.96% -
XYZ 61.74 53.58 52.99 -
YUV 197.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 245 175 185 0 0.29 0.24 0.04 351.43 0.78 0.82
Hex F5 AF B9 0 1D 18 4 15F 4E 52
Octal 365 257 271 0 35 30 4 537 116 122
Binary 11110101 10101111 10111001 0 11101 11000 100 101011111 1001110 1010010

Color Harmonies of #F5AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AFB9

Black with #F5AFB9

Text Example


Text Example

White with #F5AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AFB9; }

 p { color: rgb(245,175,185); }

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

background-color css

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

 a { background-color: rgb(245,175,185); }

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

border-color css

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

 span { border-color: rgb(245,175,185); }

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