#F9AFCE

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

Shades of Lavender Pink #F9AFCE

Tints of Lavender Pink #F9AFCE

Color information

#F9AFCE (or 0xF9AFCE) is unknown color: approx Lavender Pink. HEX triplet: F9, AF and CE. RGB value is (249,175,206). Sum of RGB (Red+Green+Blue) = 249+175+206=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFCE is #065031. Grayscale: #C8C8C8. Windows color (decimal): -413746 or 13545465. OLE color: 13545465.

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

Color convert

RGB249175206-
CMYK00.300.170.02
HSL334.86º86.05%83.14%-
HSV(B)334.86º29.72%97.65%-
XYZ65.5455.2665.6-
YUV200.66131.02162.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.52%
GREEN value IS 175 (68.75% from 255) = 27.78%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=39.52%
G=27.78%
B=32.70%

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
Decimal24917520600.300.170.02334.8686.0583.14
HexF9AFCE01E11214f5653
Octal371257316036212517126123
Binary111110011010111111001110011110100011010100111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFCE; }

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

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

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

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

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

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

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

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