#FDA2F3

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

Shades of Lavender Rose #FDA2F3

Tints of Lavender Rose #FDA2F3

Color information

#FDA2F3 (or 0xFDA2F3) is unknown color: approx Lavender Rose. HEX triplet: FD, A2 and F3. RGB value is (253,162,243). Sum of RGB (Red+Green+Blue) = 253+162+243=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 162 (63.67% from 255 or 24.62% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA2F3 is #025D0C. Grayscale: #C6C6C6. Windows color (decimal): -154893 or 15966973. OLE color: 15966973.

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

Color convert

RGB253162243-
CMYK00.360.040.01
HSL306.59º95.79%81.37%-
HSV(B)306.59º35.97%99.22%-
XYZ69.6153.1991.39-
YUV198.44153.15166.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.45%
GREEN value IS 162 (63.67% from 255) = 24.62%
BLUE value IS 243 (95.31% from 255) = 36.93%
R=38.45%
G=24.62%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316224300.360.040.01306.5995.7981.37
HexFDA2F3024411336051
Octal37524236304441463140121
Binary1111110110100010111100110100100100110011001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2F3; }

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

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

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

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

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

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

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

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