#F89CED

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

Shades of Lavender Rose #F89CED

Tints of Lavender Rose #F89CED

Color information

#F89CED (or 0xF89CED) is unknown color: approx Lavender Rose. HEX triplet: F8, 9C and ED. RGB value is (248,156,237). Sum of RGB (Red+Green+Blue) = 248+156+237=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 156 (61.33% from 255 or 24.34% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F89CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89CED is #076312. Grayscale: #C0C0C0. Windows color (decimal): -484115 or 15572216. OLE color: 15572216.

HSL color Cylindrical-coordinate representation of color #F89CED: hue angle of 307.17º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89CED is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248156237-
CMYK00.370.040.03
HSL307.17º86.79%79.22%-
HSV(B)307.17º37.1%97.25%-
XYZ65.8949.8586.27-
YUV192.74152.98167.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.69%
GREEN value IS 156 (61.33% from 255) = 24.34%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=38.69%
G=24.34%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815623700.370.040.03307.1786.7979.22
HexF89CED02543133574f
Octal37023435504543463127117
Binary11111000100111001110110101001011001110011001110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89CED; }

 p { color: rgb(248,156,237); }

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

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

 a { background-color: rgb(248,156,237); }

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

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

 span { border-color: rgb(248,156,237); }

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