#F6AFE4

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

Shades of Lavender Rose #F6AFE4

Tints of Lavender Rose #F6AFE4

Color information

#F6AFE4 (or 0xF6AFE4) is unknown color: approx Lavender Rose. HEX triplet: F6, AF and E4. RGB value is (246,175,228). Sum of RGB (Red+Green+Blue) = 246+175+228=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFE4 is #09501B. Grayscale: #CACACA. Windows color (decimal): -610332 or 14987254. OLE color: 14987254.

HSL color Cylindrical-coordinate representation of color #F6AFE4: hue angle of 315.21º 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 #F6AFE4 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB246175228-
CMYK00.290.070.04
HSL315.21º79.78%82.55%-
HSV(B)315.21º28.86%96.47%-
XYZ67.3455.8580.63-
YUV202.27142.52159.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.90%
GREEN value IS 175 (68.75% from 255) = 26.96%
BLUE value IS 228 (89.45% from 255) = 35.13%
R=37.90%
G=26.96%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617522800.290.070.04315.2179.7882.55
HexF6AFE401D7413b5053
Octal36625734403574473120123
Binary11110110101011111110010001110111110010011101110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AFE4; }

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

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

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

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

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

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

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

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