#F892D7

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

Shades of Lavender Rose #F892D7

Tints of Lavender Rose #F892D7

Color information

#F892D7 (or 0xF892D7) is unknown color: approx Lavender Rose. HEX triplet: F8, 92 and D7. RGB value is (248,146,215). Sum of RGB (Red+Green+Blue) = 248+146+215=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F892D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892D7 is #076D28. Grayscale: #B8B8B8. Windows color (decimal): -486697 or 14127864. OLE color: 14127864.

HSL color Cylindrical-coordinate representation of color #F892D7: hue angle of 319.41º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F892D7 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB248146215-
CMYK00.410.130.03
HSL319.41º87.93%77.25%-
HSV(B)319.41º41.13%97.25%-
XYZ61.2645.4269.83-
YUV184.36145.29173.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.72%
GREEN value IS 146 (57.42% from 255) = 23.97%
BLUE value IS 215 (84.38% from 255) = 35.30%
R=40.72%
G=23.97%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814621500.410.130.03319.4187.9377.25
HexF892D7029D313f584d
Octal370222327051153477130115
Binary111110001001001011010111010100111011110011111110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F892D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F892D7; }

 p { color: rgb(248,146,215); }

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

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

 a { background-color: rgb(248,146,215); }

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

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

 span { border-color: rgb(248,146,215); }

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