#FCB9FA

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

Shades of Lavender Rose #FCB9FA

Tints of Lavender Rose #FCB9FA

Color information

#FCB9FA (or 0xFCB9FA) is unknown color: approx Lavender Rose. HEX triplet: FC, B9 and FA. RGB value is (252,185,250). Sum of RGB (Red+Green+Blue) = 252+185+250=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 185 (72.66% from 255 or 26.93% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9FA is #034605. Grayscale: #D4D4D4. Windows color (decimal): -214534 or 16431612. OLE color: 16431612.

HSL color Cylindrical-coordinate representation of color #FCB9FA: hue angle of 301.79º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9FA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252185250-
CMYK00.270.010.01
HSL301.79º91.78%85.69%-
HSV(B)301.79º26.59%98.82%-
XYZ74.7562.398.53-
YUV212.44149.2156.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.68%
GREEN value IS 185 (72.66% from 255) = 26.93%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=36.68%
G=26.93%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218525000.270.010.01301.7991.7885.69
HexFCB9FA01B1112e5c56
Octal37427137203311456134126
Binary1111110010111001111110100110111110010111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9FA; }

 p { color: rgb(252,185,250); }

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

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

 a { background-color: rgb(252,185,250); }

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

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

 span { border-color: rgb(252,185,250); }

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