#f4aff3

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

Shades of Lavender Rose #F4AFF3

Tints of Lavender Rose #F4AFF3

Color information

#F4AFF3 (or 0xF4AFF3) is unknown color: approx Lavender Rose. HEX triplet: F4, AF and F3. RGB value is (244,175,243). Sum of RGB (Red+Green+Blue) = 244+175+243=662 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.86% from 662); Green value is 175 (68.75% from 255 or 26.44% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AFF3 is #0B500C. Grayscale: #CBCBCB. Windows color (decimal): -741389 or 15970292. OLE color: 15970292.

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

Color convert

RGB244175243-
CMYK00.280.000.04
HSL300.87º75.82%82.16%-
HSV(B)300.87º28.28%95.69%-
XYZ68.8256.3692.05-
YUV203.38150.36156.97-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.86%
GREEN value IS 175 (68.75% from 255) = 26.44%
BLUE value IS 243 (95.31% from 255) = 36.71%
R=36.86%
G=26.44%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417524300.280.000.04300.8775.8282.16
HexF4AFF301C0412d4c52
Octal36425736303404455114122
Binary111101001010111111110011011100010010010110110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4aff3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4aff3; }

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

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

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

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

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

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

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

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