#F9ADBB

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

Shades of Light Pink #F9ADBB

Tints of Light Pink #F9ADBB

Color information

#F9ADBB (or 0xF9ADBB) is unknown color: approx Light Pink. HEX triplet: F9, AD and BB. RGB value is (249,173,187). Sum of RGB (Red+Green+Blue) = 249+173+187=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADBB is #065244. Grayscale: #C5C5C5. Windows color (decimal): -414277 or 12299769. OLE color: 12299769.

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

Color convert

RGB249173187-
CMYK00.310.250.02
HSL348.95º86.36%82.75%-
HSV(B)348.95º30.52%97.65%-
XYZ62.9853.6154.04-
YUV197.32122.18164.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=40.89%
G=28.41%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917318700.310.250.02348.9586.3682.75
HexF9ADBB01F19215d5653
Octal371255273037312535126123
Binary111110011010110110111011011111110011010101110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ADBB; }

 p { color: rgb(249,173,187); }

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

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

 a { background-color: rgb(249,173,187); }

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

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

 span { border-color: rgb(249,173,187); }

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