#F9AFCF

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

Shades of Lavender Pink #F9AFCF

Tints of Lavender Pink #F9AFCF

Color information

#F9AFCF (or 0xF9AFCF) is unknown color: approx Lavender Pink. HEX triplet: F9, AF and CF. RGB value is (249,175,207). Sum of RGB (Red+Green+Blue) = 249+175+207=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFCF is #065030. Grayscale: #C8C8C8. Windows color (decimal): -413745 or 13611001. OLE color: 13611001.

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

Color convert

RGB249175207-
CMYK00.300.170.02
HSL334.05º86.05%83.14%-
HSV(B)334.05º29.72%97.65%-
XYZ65.6655.366.25-
YUV200.77131.52162.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.46%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=39.46%
G=27.73%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917520700.300.170.02334.0586.0583.14
HexF9AFCF01E11214e5653
Octal371257317036212516126123
Binary111110011010111111001111011110100011010100111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFCF; }

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

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

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

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

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

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

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

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