#F8A8DE

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

Shades of Lavender Rose #F8A8DE

Tints of Lavender Rose #F8A8DE

Color information

#F8A8DE (or 0xF8A8DE) is unknown color: approx Lavender Rose. HEX triplet: F8, A8 and DE. RGB value is (248,168,222). Sum of RGB (Red+Green+Blue) = 248+168+222=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A8DE is #075721. Grayscale: #C5C5C5. Windows color (decimal): -481058 or 14592248. OLE color: 14592248.

HSL color Cylindrical-coordinate representation of color #F8A8DE: hue angle of 319.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 #F8A8DE is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248168222-
CMYK00.320.100.03
HSL319.5º85.11%81.57%-
HSV(B)319.5º32.26%97.25%-
XYZ65.953.2475.91-
YUV198.08141.5163.61-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.87%
GREEN value IS 168 (66.02% from 255) = 26.33%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=38.87%
G=26.33%
B=34.80%

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
Decimal24816822200.320.100.03319.585.1181.57
HexF8A8DE020A31405552
Octal370250336040123500125122
Binary111110001010100011011110010000010101110100000010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A8DE; }

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

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

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

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

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

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

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

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