#FDAFF5

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

Shades of Lavender Rose #FDAFF5

Tints of Lavender Rose #FDAFF5

Color information

#FDAFF5 (or 0xFDAFF5) is unknown color: approx Lavender Rose. HEX triplet: FD, AF and F5. RGB value is (253,175,245). Sum of RGB (Red+Green+Blue) = 253+175+245=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 175 (68.75% from 255 or 26.00% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAFF5 is #02500A. Grayscale: #CECECE. Windows color (decimal): -151563 or 16101373. OLE color: 16101373.

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

Color convert

RGB253175245-
CMYK00.310.030.01
HSL306.15º95.12%83.92%-
HSV(B)306.15º30.83%99.22%-
XYZ72.3258.1493.8-
YUV206.3149.84161.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 175 (68.75% from 255) = 26.00%
BLUE value IS 245 (96.09% from 255) = 36.40%
R=37.59%
G=26.00%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317524500.310.030.01306.1595.1283.92
HexFDAFF501F311325f54
Octal37525736503731462137124
Binary11111101101011111111010101111111110011001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFF5; }

 p { color: rgb(253,175,245); }

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

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

 a { background-color: rgb(253,175,245); }

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

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

 span { border-color: rgb(253,175,245); }

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