#F9AFF4

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

Shades of Lavender Rose #F9AFF4

Tints of Lavender Rose #F9AFF4

Color information

#F9AFF4 (or 0xF9AFF4) is unknown color: approx Lavender Rose. HEX triplet: F9, AF and F4. RGB value is (249,175,244). Sum of RGB (Red+Green+Blue) = 249+175+244=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 175 (68.75% from 255 or 26.20% from 668); Blue value is 244 (95.70% from 255 or 36.53% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AFF4 is #06500B. Grayscale: #CCCCCC. Windows color (decimal): -413708 or 16035833. OLE color: 16035833.

HSL color Cylindrical-coordinate representation of color #F9AFF4: hue angle of 304.05º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9AFF4 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB249175244-
CMYK00.300.020.02
HSL304.05º86.05%83.14%-
HSV(B)304.05º29.72%97.65%-
XYZ70.7357.3392.93-
YUV204.99150.02159.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.28%
GREEN value IS 175 (68.75% from 255) = 26.20%
BLUE value IS 244 (95.70% from 255) = 36.53%
R=37.28%
G=26.20%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24917524400.300.020.02304.0586.0583.14
HexF9AFF401E221305653
Octal37125736403622460126123
Binary111110011010111111110100011110101010011000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFF4; }

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

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

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

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

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

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

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

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