#FA9CDD

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

Shades of Lavender Rose #FA9CDD

Tints of Lavender Rose #FA9CDD

Color information

#FA9CDD (or 0xFA9CDD) is unknown color: approx Lavender Rose. HEX triplet: FA, 9C and DD. RGB value is (250,156,221). Sum of RGB (Red+Green+Blue) = 250+156+221=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CDD is #056322. Grayscale: #BFBFBF. Windows color (decimal): -353059 or 14523642. OLE color: 14523642.

HSL color Cylindrical-coordinate representation of color #FA9CDD: hue angle of 318.51º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CDD is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250156221-
CMYK00.380.120.02
HSL318.51º90.38%79.61%-
HSV(B)318.51º37.6%98.04%-
XYZ64.3649.3274.53-
YUV191.52144.64169.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 156 (61.33% from 255) = 24.88%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=39.87%
G=24.88%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015622100.380.120.02318.5190.3879.61
HexFA9CDD026C213f5a50
Octal372234335046142477132120
Binary111110101001110011011101010011011001010011111110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CDD; }

 p { color: rgb(250,156,221); }

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

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

 a { background-color: rgb(250,156,221); }

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

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

 span { border-color: rgb(250,156,221); }

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