#F99CD3

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

Shades of Lavender Rose #F99CD3

Tints of Lavender Rose #F99CD3

Color information

#F99CD3 (or 0xF99CD3) is unknown color: approx Lavender Rose. HEX triplet: F9, 9C and D3. RGB value is (249,156,211). Sum of RGB (Red+Green+Blue) = 249+156+211=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CD3 is #06632C. Grayscale: #BDBDBD. Windows color (decimal): -418605 or 13868281. OLE color: 13868281.

HSL color Cylindrical-coordinate representation of color #F99CD3: hue angle of 324.52º 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 #F99CD3 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB249156211-
CMYK00.370.150.02
HSL324.52º88.57%79.41%-
HSV(B)324.52º37.35%97.65%-
XYZ62.7148.6267.71-
YUV190.08139.81170.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.42%
GREEN value IS 156 (61.33% from 255) = 25.32%
BLUE value IS 211 (82.81% from 255) = 34.25%
R=40.42%
G=25.32%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915621100.370.150.02324.5288.5779.41
HexF99CD3025F2145594f
Octal371234323045172505131117
Binary111110011001110011010011010010111111010100010110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99CD3; }

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

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

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

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

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

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

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

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