#F99CD5

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

Shades of Lavender Rose #F99CD5

Tints of Lavender Rose #F99CD5

Color information

#F99CD5 (or 0xF99CD5) is unknown color: approx Lavender Rose. HEX triplet: F9, 9C and D5. RGB value is (249,156,213). Sum of RGB (Red+Green+Blue) = 249+156+213=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CD5 is #06632A. Grayscale: #BEBEBE. Windows color (decimal): -418603 or 13999353. OLE color: 13999353.

HSL color Cylindrical-coordinate representation of color #F99CD5: hue angle of 323.23º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CD5 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB249156213-
CMYK00.370.140.02
HSL323.23º88.57%79.41%-
HSV(B)323.23º37.35%97.65%-
XYZ62.9748.7269.04-
YUV190.3140.81169.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.29%
GREEN value IS 156 (61.33% from 255) = 25.24%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=40.29%
G=25.24%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915621300.370.140.02323.2388.5779.41
HexF99CD5025E2143594f
Octal371234325045162503131117
Binary111110011001110011010101010010111101010100001110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99CD5; }

 p { color: rgb(249,156,213); }

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

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

 a { background-color: rgb(249,156,213); }

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

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

 span { border-color: rgb(249,156,213); }

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