#FD9EDF

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

Shades of Lavender Rose #FD9EDF

Tints of Lavender Rose #FD9EDF

Color information

#FD9EDF (or 0xFD9EDF) is unknown color: approx Lavender Rose. HEX triplet: FD, 9E and DF. RGB value is (253,158,223). Sum of RGB (Red+Green+Blue) = 253+158+223=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 158 (62.11% from 255 or 24.92% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9EDF is #026120. Grayscale: #C1C1C1. Windows color (decimal): -155937 or 14655229. OLE color: 14655229.

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

Color convert

RGB253158223-
CMYK00.380.120.01
HSL318.95º95.96%80.59%-
HSV(B)318.95º37.55%99.22%-
XYZ66.0550.6676.11-
YUV193.81144.47170.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 158 (62.11% from 255) = 24.92%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=39.91%
G=24.92%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315822300.380.120.01318.9595.9680.59
HexFD9EDF026C113f6051
Octal375236337046141477140121
Binary11111101100111101101111101001101100110011111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9EDF; }

 p { color: rgb(253,158,223); }

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

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

 a { background-color: rgb(253,158,223); }

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

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

 span { border-color: rgb(253,158,223); }

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