#FDA9F6

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

Shades of Lavender Rose #FDA9F6

Tints of Lavender Rose #FDA9F6

Color information

#FDA9F6 (or 0xFDA9F6) is unknown color: approx Lavender Rose. HEX triplet: FD, A9 and F6. RGB value is (253,169,246). Sum of RGB (Red+Green+Blue) = 253+169+246=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 169 (66.41% from 255 or 25.30% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9F6 is #025609. Grayscale: #CACACA. Windows color (decimal): -153098 or 16165373. OLE color: 16165373.

HSL color Cylindrical-coordinate representation of color #FDA9F6: hue angle of 305º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9F6 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB253169246-
CMYK00.330.030.01
HSL305º95.45%82.75%-
HSV(B)305º33.2%99.22%-
XYZ71.3355.9194.22-
YUV202.89152.33163.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 169 (66.41% from 255) = 25.30%
BLUE value IS 246 (96.48% from 255) = 36.83%
R=37.87%
G=25.30%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316924600.330.030.0130595.4582.75
HexFDA9F6021311315f53
Octal37525136604131461137123
Binary111111011010100111110110010000111110011000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9F6; }

 p { color: rgb(253,169,246); }

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

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

 a { background-color: rgb(253,169,246); }

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

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

 span { border-color: rgb(253,169,246); }

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