#FDAEFA

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

Shades of Lavender Rose #FDAEFA

Tints of Lavender Rose #FDAEFA

Color information

#FDAEFA (or 0xFDAEFA) is unknown color: approx Lavender Rose. HEX triplet: FD, AE and FA. RGB value is (253,174,250). Sum of RGB (Red+Green+Blue) = 253+174+250=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 174 (68.36% from 255 or 25.70% from 677); Blue value is 250 (98.05% from 255 or 36.93% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEFA is #025105. Grayscale: #CECECE. Windows color (decimal): -151814 or 16428797. OLE color: 16428797.

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

Color convert

RGB253174250-
CMYK00.310.010.01
HSL302.28º95.18%83.73%-
HSV(B)302.28º31.23%99.22%-
XYZ72.958.0697.81-
YUV206.28152.67161.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 174 (68.36% from 255) = 25.70%
BLUE value IS 250 (98.05% from 255) = 36.93%
R=37.37%
G=25.70%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317425000.310.010.01302.2895.1883.73
HexFDAEFA01F1112e5f54
Octal37525637203711456137124
Binary1111110110101110111110100111111110010111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAEFA; }

 p { color: rgb(253,174,250); }

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

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

 a { background-color: rgb(253,174,250); }

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

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

 span { border-color: rgb(253,174,250); }

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