Html Css Color HEX #F5AFB6 Light Pink

📋 copy color: '#F5AFB6'

red 245 ◦ green 175 ◦ blue 182

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

Shades of Light Pink #F5AFB6

Tints of Light Pink #F5AFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.23%

R = 40.7%
G = 29.07%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F5AFB6 (or 0xF5AFB6) is known color: Light Pink. HEX triplet: F5, AF and B6. RGB value is (245,175,182). Sum of RGB (Red+Green+Blue) = 245+175+182=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFB6 is #0A5049. Grayscale: #C4C4C4. Windows color (decimal): -675914 or 11972597. OLE color: 11972597.

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

Color convert

RGB 245 175 182 -
CMYK 0 0.29 0.26 0.04
HSL 354º 0.78% 0.82% -
HSV(B) 354º 0.29% 0.96% -
XYZ 61.43 53.45 51.34 -
YUV 196.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 245 175 182 0 0.29 0.26 0.04 354 0.78 0.82
Hex F5 AF B6 0 1D 1A 4 162 4E 52
Octal 365 257 266 0 35 32 4 542 116 122
Binary 11110101 10101111 10110110 0 11101 11010 100 101100010 1001110 1010010

Color Harmonies of #F5AFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AFB6

Black with #F5AFB6

Text Example


Text Example

White with #F5AFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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