#FDA9F3

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

Shades of Lavender Rose #FDA9F3

Tints of Lavender Rose #FDA9F3

Color information

#FDA9F3 (or 0xFDA9F3) is unknown color: approx Lavender Rose. HEX triplet: FD, A9 and F3. RGB value is (253,169,243). Sum of RGB (Red+Green+Blue) = 253+169+243=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 169 (66.41% from 255 or 25.41% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA9F3 is #02560C. Grayscale: #CACACA. Windows color (decimal): -153101 or 15968765. OLE color: 15968765.

HSL color Cylindrical-coordinate representation of color #FDA9F3: hue angle of 307.14º 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 #FDA9F3 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253169243-
CMYK00.330.040.01
HSL307.14º95.45%82.75%-
HSV(B)307.14º33.2%99.22%-
XYZ70.8755.7391.82-
YUV202.55150.83163.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 169 (66.41% from 255) = 25.41%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=38.05%
G=25.41%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316924300.330.040.01307.1495.4582.75
HexFDA9F3021411335f53
Octal37525136304141463137123
Binary1111110110101001111100110100001100110011001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA9F3; }

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

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

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

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

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

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

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

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