#FDA3F7

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

Shades of Lavender Rose #FDA3F7

Tints of Lavender Rose #FDA3F7

Color information

#FDA3F7 (or 0xFDA3F7) is unknown color: approx Lavender Rose. HEX triplet: FD, A3 and F7. RGB value is (253,163,247). Sum of RGB (Red+Green+Blue) = 253+163+247=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 163 (64.06% from 255 or 24.59% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3F7 is #025C08. Grayscale: #C7C7C7. Windows color (decimal): -154633 or 16229373. OLE color: 16229373.

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

Color convert

RGB253163247-
CMYK00.360.020.01
HSL304º95.74%81.57%-
HSV(B)304º35.57%99.22%-
XYZ70.3953.7994.67-
YUV199.49154.82166.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 163 (64.06% from 255) = 24.59%
BLUE value IS 247 (96.88% from 255) = 37.25%
R=38.16%
G=24.59%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316324700.360.020.0130495.7481.57
HexFDA3F7024211306052
Octal37524336704421460140122
Binary111111011010001111110111010010010110011000011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA3F7; }

 p { color: rgb(253,163,247); }

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

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

 a { background-color: rgb(253,163,247); }

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

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

 span { border-color: rgb(253,163,247); }

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