#F4AFEB

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

Shades of Lavender Rose #F4AFEB

Tints of Lavender Rose #F4AFEB

Color information

#F4AFEB (or 0xF4AFEB) is unknown color: approx Lavender Rose. HEX triplet: F4, AF and EB. RGB value is (244,175,235). Sum of RGB (Red+Green+Blue) = 244+175+235=654 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.31% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AFEB is #0B5014. Grayscale: #CACACA. Windows color (decimal): -741397 or 15446004. OLE color: 15446004.

HSL color Cylindrical-coordinate representation of color #F4AFEB: hue angle of 307.83º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4AFEB is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB244175235-
CMYK00.280.040.04
HSL307.83º75.82%82.16%-
HSV(B)307.83º28.28%95.69%-
XYZ67.6355.8985.82-
YUV202.47146.36157.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.31%
GREEN value IS 175 (68.75% from 255) = 26.76%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=37.31%
G=26.76%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417523500.280.040.04307.8375.8282.16
HexF4AFEB01C441344c52
Octal36425735303444464114122
Binary11110100101011111110101101110010010010011010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AFEB; }

 p { color: rgb(244,175,235); }

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

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

 a { background-color: rgb(244,175,235); }

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

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

 span { border-color: rgb(244,175,235); }

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