#F9B0CE

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

Shades of Lavender Pink #F9B0CE

Tints of Lavender Pink #F9B0CE

Color information

#F9B0CE (or 0xF9B0CE) is unknown color: approx Lavender Pink. HEX triplet: F9, B0 and CE. RGB value is (249,176,206). Sum of RGB (Red+Green+Blue) = 249+176+206=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B0CE is #064F31. Grayscale: #C9C9C9. Windows color (decimal): -413490 or 13545721. OLE color: 13545721.

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

Color convert

RGB249176206-
CMYK00.290.170.02
HSL335.34º85.88%83.33%-
HSV(B)335.34º29.32%97.65%-
XYZ65.7355.6565.67-
YUV201.25130.68162.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.46%
GREEN value IS 176 (69.14% from 255) = 27.89%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=39.46%
G=27.89%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917620600.290.170.02335.3485.8883.33
HexF9B0CE01D11214f5653
Octal371260316035212517126123
Binary111110011011000011001110011101100011010100111110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B0CE; }

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

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

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

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

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

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

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

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