#FCB0FB

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

Shades of Lavender Rose #FCB0FB

Tints of Lavender Rose #FCB0FB

Color information

#FCB0FB (or 0xFCB0FB) is unknown color: approx Lavender Rose. HEX triplet: FC, B0 and FB. RGB value is (252,176,251). Sum of RGB (Red+Green+Blue) = 252+176+251=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 176 (69.14% from 255 or 25.92% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0FB is #034F04. Grayscale: #CFCFCF. Windows color (decimal): -216837 or 16494844. OLE color: 16494844.

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

Color convert

RGB252176251-
CMYK00.300.000.01
HSL300.79º92.68%83.92%-
HSV(B)300.79º30.16%98.82%-
XYZ73.0858.7198.75-
YUV207.27152.68159.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 176 (69.14% from 255) = 25.92%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=37.11%
G=25.92%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217625100.300.000.01300.7992.6883.92
HexFCB0FB01E0112d5d54
Octal37426037303601455135124
Binary1111110010110000111110110111100110010110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0FB; }

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

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

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

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

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

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

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

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