#FCA4DB

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

Shades of Lavender Rose #FCA4DB

Tints of Lavender Rose #FCA4DB

Color information

#FCA4DB (or 0xFCA4DB) is unknown color: approx Lavender Rose. HEX triplet: FC, A4 and DB. RGB value is (252,164,219). Sum of RGB (Red+Green+Blue) = 252+164+219=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 164 (64.45% from 255 or 25.83% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA4DB is #035B24. Grayscale: #C4C4C4. Windows color (decimal): -219941 or 14394620. OLE color: 14394620.

HSL color Cylindrical-coordinate representation of color #FCA4DB: hue angle of 322.5º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA4DB is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252164219-
CMYK00.350.130.01
HSL322.5º93.62%81.57%-
HSV(B)322.5º34.92%98.82%-
XYZ66.2152.3673.64-
YUV196.58140.65167.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 164 (64.45% from 255) = 25.83%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=39.69%
G=25.83%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216421900.350.130.01322.593.6281.57
HexFCA4DB023D11425e52
Octal374244333043151502136122
Binary11111100101001001101101101000111101110100001010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4DB; }

 p { color: rgb(252,164,219); }

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

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

 a { background-color: rgb(252,164,219); }

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

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

 span { border-color: rgb(252,164,219); }

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