#F7A8DE

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

Shades of Lavender Rose #F7A8DE

Tints of Lavender Rose #F7A8DE

Color information

#F7A8DE (or 0xF7A8DE) is unknown color: approx Lavender Rose. HEX triplet: F7, A8 and DE. RGB value is (247,168,222). Sum of RGB (Red+Green+Blue) = 247+168+222=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8DE is #085721. Grayscale: #C5C5C5. Windows color (decimal): -546594 or 14592247. OLE color: 14592247.

HSL color Cylindrical-coordinate representation of color #F7A8DE: hue angle of 318.99º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7A8DE is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB247168222-
CMYK00.320.100.03
HSL318.99º83.16%81.37%-
HSV(B)318.99º31.98%96.86%-
XYZ65.5553.0575.89-
YUV197.78141.67163.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.78%
GREEN value IS 168 (66.02% from 255) = 26.37%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=38.78%
G=26.37%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716822200.320.100.03318.9983.1681.37
HexF7A8DE020A313f5351
Octal367250336040123477123121
Binary111101111010100011011110010000010101110011111110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A8DE; }

 p { color: rgb(247,168,222); }

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

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

 a { background-color: rgb(247,168,222); }

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

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

 span { border-color: rgb(247,168,222); }

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