#FD98E0

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

Shades of Lavender Rose #FD98E0

Tints of Lavender Rose #FD98E0

Color information

#FD98E0 (or 0xFD98E0) is unknown color: approx Lavender Rose. HEX triplet: FD, 98 and E0. RGB value is (253,152,224). Sum of RGB (Red+Green+Blue) = 253+152+224=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 152 (59.77% from 255 or 24.17% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FD98E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD98E0 is #02671F. Grayscale: #BEBEBE. Windows color (decimal): -157472 or 14719229. OLE color: 14719229.

HSL color Cylindrical-coordinate representation of color #FD98E0: hue angle of 317.23º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD98E0 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253152224-
CMYK00.400.110.01
HSL317.23º96.19%79.41%-
HSV(B)317.23º39.92%99.22%-
XYZ65.1948.7276.49-
YUV190.41146.96172.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.22%
GREEN value IS 152 (59.77% from 255) = 24.17%
BLUE value IS 224 (87.89% from 255) = 35.61%
R=40.22%
G=24.17%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315222400.400.110.01317.2396.1979.41
HexFD98E0028B113d604f
Octal375230340050131475140117
Binary11111101100110001110000001010001011110011110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD98E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD98E0; }

 p { color: rgb(253,152,224); }

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

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

 a { background-color: rgb(253,152,224); }

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

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

 span { border-color: rgb(253,152,224); }

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