#FFA4F4

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

Shades of Lavender Rose #FFA4F4

Tints of Lavender Rose #FFA4F4

Color information

#FFA4F4 (or 0xFFA4F4) is unknown color: approx Lavender Rose. HEX triplet: FF, A4 and F4. RGB value is (255,164,244). Sum of RGB (Red+Green+Blue) = 255+164+244=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 164 (64.45% from 255 or 24.74% from 663); Blue value is 244 (95.70% from 255 or 36.80% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA4F4 is #005B0B. Grayscale: #C8C8C8. Windows color (decimal): -23308 or 16033023. OLE color: 16033023.

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

Color convert

RGB255164244-
CMYK00.360.040
HSL307.25º100%82.16%-
HSV(B)307.25º35.69%100%-
XYZ70.8454.3492.34-
YUV200.33152.65167-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 164 (64.45% from 255) = 24.74%
BLUE value IS 244 (95.70% from 255) = 36.80%
R=38.46%
G=24.74%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516424400.360.040307.2510082.16
HexFFA4F4024401336452
Octal37724436404440463144122
Binary1111111110100100111101000100100100010011001111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA4F4; }

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

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

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

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

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

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

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

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