#F8A8EA

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

Shades of Lavender Rose #F8A8EA

Tints of Lavender Rose #F8A8EA

Color information

#F8A8EA (or 0xF8A8EA) is unknown color: approx Lavender Rose. HEX triplet: F8, A8 and EA. RGB value is (248,168,234). Sum of RGB (Red+Green+Blue) = 248+168+234=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 168 (66.02% from 255 or 25.85% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A8EA is #075715. Grayscale: #C7C7C7. Windows color (decimal): -481046 or 15378680. OLE color: 15378680.

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

Color convert

RGB248168234-
CMYK00.320.060.03
HSL310.5º85.11%81.57%-
HSV(B)310.5º32.26%97.25%-
XYZ67.5753.984.68-
YUV199.44147.5162.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.15%
GREEN value IS 168 (66.02% from 255) = 25.85%
BLUE value IS 234 (91.80% from 255) = 36%
R=38.15%
G=25.85%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816823400.320.060.03310.585.1181.57
HexF8A8EA020631365552
Octal37025035204063466125122
Binary11111000101010001110101001000001101110011011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A8EA; }

 p { color: rgb(248,168,234); }

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

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

 a { background-color: rgb(248,168,234); }

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

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

 span { border-color: rgb(248,168,234); }

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