#F9AFBA

Color #F9AFBA Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #F9AFBA

Tints of Light Pink #F9AFBA

Color information

#F9AFBA (or 0xF9AFBA) is unknown color: approx Light Pink. HEX triplet: F9, AF and BA. RGB value is (249,175,186). Sum of RGB (Red+Green+Blue) = 249+175+186=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFBA is #065045. Grayscale: #C6C6C6. Windows color (decimal): -413766 or 12234745. OLE color: 12234745.

HSL color Cylindrical-coordinate representation of color #F9AFBA: hue angle of 351.08º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFBA is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB249175186-
CMYK00.300.250.02
HSL351.08º86.05%83.14%-
HSV(B)351.08º29.72%97.65%-
XYZ63.2654.3453.61-
YUV198.38121.02164.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.82%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=40.82%
G=28.69%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917518600.300.250.02351.0886.0583.14
HexF9AFBA01E19215f5653
Octal371257272036312537126123
Binary111110011010111110111010011110110011010101111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFBA; }

 p { color: rgb(249,175,186); }

 H1.HeaderClassName
 {
   color: #F9AFBA;
 }
 .AnyTagClassName
 {
   color: #F9AFBA;
 }
</style>
background-color css

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

 a { background-color: rgb(249,175,186); }

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

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

 span { border-color: rgb(249,175,186); }

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