#FFA7F3

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

Shades of Lavender Rose #FFA7F3

Tints of Lavender Rose #FFA7F3

Color information

#FFA7F3 (or 0xFFA7F3) is unknown color: approx Lavender Rose. HEX triplet: FF, A7 and F3. RGB value is (255,167,243). Sum of RGB (Red+Green+Blue) = 255+167+243=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 167 (65.62% from 255 or 25.11% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA7F3 is #00580C. Grayscale: #C9C9C9. Windows color (decimal): -22541 or 15968255. OLE color: 15968255.

HSL color Cylindrical-coordinate representation of color #FFA7F3: hue angle of 308.18º 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 #FFA7F3 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB255167243-
CMYK00.350.050
HSL308.18º100%82.75%-
HSV(B)308.18º34.51%100%-
XYZ71.2455.3791.73-
YUV201.98151.15165.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 167 (65.62% from 255) = 25.11%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=38.35%
G=25.11%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516724300.350.050308.1810082.75
HexFFA7F3023501346453
Octal37724736304350464144123
Binary1111111110100111111100110100011101010011010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7F3; }

 p { color: rgb(255,167,243); }

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

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

 a { background-color: rgb(255,167,243); }

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

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

 span { border-color: rgb(255,167,243); }

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