#F9AFCB

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

Shades of Lavender Pink #F9AFCB

Tints of Lavender Pink #F9AFCB

Color information

#F9AFCB (or 0xF9AFCB) is unknown color: approx Lavender Pink. HEX triplet: F9, AF and CB. RGB value is (249,175,203). Sum of RGB (Red+Green+Blue) = 249+175+203=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AFCB is #065034. Grayscale: #C8C8C8. Windows color (decimal): -413749 or 13348857. OLE color: 13348857.

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

Color convert

RGB249175203-
CMYK00.300.180.02
HSL337.3º86.05%83.14%-
HSV(B)337.3º29.72%97.65%-
XYZ65.1855.1163.7-
YUV200.32129.52162.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.71%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=39.71%
G=27.91%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917520300.300.180.02337.386.0583.14
HexF9AFCB01E1221515653
Octal371257313036222521126123
Binary111110011010111111001011011110100101010101000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFCB; }

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

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

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

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

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

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

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

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