#F9ADAF

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

Shades of Light Pink #F9ADAF

Tints of Light Pink #F9ADAF

Color information

#F9ADAF (or 0xF9ADAF) is unknown color: approx Light Pink. HEX triplet: F9, AD and AF. RGB value is (249,173,175). Sum of RGB (Red+Green+Blue) = 249+173+175=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ADAF is #065250. Grayscale: #C4C4C4. Windows color (decimal): -414289 or 11513337. OLE color: 11513337.

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

Color convert

RGB249173175-
CMYK00.310.300.02
HSL358.42º86.36%82.75%-
HSV(B)358.42º30.52%97.65%-
XYZ61.7553.1247.56-
YUV195.95116.18165.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.71%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=41.71%
G=28.98%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917317500.310.300.02358.4286.3682.75
HexF9ADAF01F1E21665653
Octal371255257037362546126123
Binary111110011010110110101111011111111101010110011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9ADAF; }

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

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

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

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

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

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

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

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