#F6AFEA

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

Shades of Lavender Rose #F6AFEA

Tints of Lavender Rose #F6AFEA

Color information

#F6AFEA (or 0xF6AFEA) is unknown color: approx Lavender Rose. HEX triplet: F6, AF and EA. RGB value is (246,175,234). Sum of RGB (Red+Green+Blue) = 246+175+234=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6AFEA is #095015. Grayscale: #CACACA. Windows color (decimal): -610326 or 15380470. OLE color: 15380470.

HSL color Cylindrical-coordinate representation of color #F6AFEA: hue angle of 310.14º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6AFEA is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB246175234-
CMYK00.290.050.04
HSL310.14º79.78%82.55%-
HSV(B)310.14º28.86%96.47%-
XYZ68.1956.1985.09-
YUV202.96145.52158.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.56%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=37.56%
G=26.72%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617523400.290.050.04310.1479.7882.55
HexF6AFEA01D541365053
Octal36625735203554466120123
Binary11110110101011111110101001110110110010011011010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFEA; }

 p { color: rgb(246,175,234); }

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

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

 a { background-color: rgb(246,175,234); }

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

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

 span { border-color: rgb(246,175,234); }

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