#FCB9F3

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

Shades of Lavender Rose #FCB9F3

Tints of Lavender Rose #FCB9F3

Color information

#FCB9F3 (or 0xFCB9F3) is unknown color: approx Lavender Rose. HEX triplet: FC, B9 and F3. RGB value is (252,185,243). Sum of RGB (Red+Green+Blue) = 252+185+243=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 185 (72.66% from 255 or 27.21% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9F3 is #03460C. Grayscale: #D3D3D3. Windows color (decimal): -214541 or 15972860. OLE color: 15972860.

HSL color Cylindrical-coordinate representation of color #FCB9F3: hue angle of 308.06º 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 #FCB9F3 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB252185243-
CMYK00.270.040.01
HSL308.06º91.78%85.69%-
HSV(B)308.06º26.59%98.82%-
XYZ73.6761.8692.85-
YUV211.64145.7156.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 185 (72.66% from 255) = 27.21%
BLUE value IS 243 (95.31% from 255) = 35.74%
R=37.06%
G=27.21%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218524300.270.040.01308.0691.7885.69
HexFCB9F301B411345c56
Octal37427136303341464134126
Binary111111001011100111110011011011100110011010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9F3; }

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

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

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

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

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

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

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

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