#FCA8FB

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

Shades of Lavender Rose #FCA8FB

Tints of Lavender Rose #FCA8FB

Color information

#FCA8FB (or 0xFCA8FB) is unknown color: approx Lavender Rose. HEX triplet: FC, A8 and FB. RGB value is (252,168,251). Sum of RGB (Red+Green+Blue) = 252+168+251=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 168 (66.02% from 255 or 25.04% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8FB is #035704. Grayscale: #CACACA. Windows color (decimal): -218885 or 16492796. OLE color: 16492796.

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

Color convert

RGB252168251-
CMYK00.330.000.01
HSL300.71º93.33%82.35%-
HSV(B)300.71º33.33%98.82%-
XYZ71.5655.6798.24-
YUV202.58155.33163.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 168 (66.02% from 255) = 25.04%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=37.56%
G=25.04%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216825100.330.000.01300.7193.3382.35
HexFCA8FB0210112d5d52
Octal37425037304101455135122
Binary11111100101010001111101101000010110010110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA8FB; }

 p { color: rgb(252,168,251); }

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

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

 a { background-color: rgb(252,168,251); }

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

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

 span { border-color: rgb(252,168,251); }

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