#FFA6F4

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

Shades of Lavender Rose #FFA6F4

Tints of Lavender Rose #FFA6F4

Color information

#FFA6F4 (or 0xFFA6F4) is unknown color: approx Lavender Rose. HEX triplet: FF, A6 and F4. RGB value is (255,166,244). Sum of RGB (Red+Green+Blue) = 255+166+244=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 166 (65.23% from 255 or 24.96% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6F4 is #00590B. Grayscale: #C9C9C9. Windows color (decimal): -22796 or 16033535. OLE color: 16033535.

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

Color convert

RGB255166244-
CMYK00.350.040
HSL307.42º100%82.55%-
HSV(B)307.42º34.9%100%-
XYZ71.2155.0692.46-
YUV201.5151.99166.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 166 (65.23% from 255) = 24.96%
BLUE value IS 244 (95.70% from 255) = 36.69%
R=38.35%
G=24.96%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516624400.350.040307.4210082.55
HexFFA6F4023401336453
Octal37724636404340463144123
Binary1111111110100110111101000100011100010011001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA6F4; }

 p { color: rgb(255,166,244); }

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

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

 a { background-color: rgb(255,166,244); }

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

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

 span { border-color: rgb(255,166,244); }

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