#FAAEFD

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

Shades of Lavender Rose #FAAEFD

Tints of Lavender Rose #FAAEFD

Color information

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

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

Color convert

RGB250174253-
CMYK0.010.3100.01
HSL297.72º95.18%83.73%-
HSV(B)297.72º31.23%99.22%-
XYZ72.2957.69100.25-
YUV205.73154.68159.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501742530.010.3100.01297.7295.1883.73
HexFAAEFD11F0112a5f54
Octal37225637513701452137124
Binary1111101010101110111111011111110110010101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEFD; }

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

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

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

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

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

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

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

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