#FCB1F9

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

Shades of Lavender Rose #FCB1F9

Tints of Lavender Rose #FCB1F9

Color information

#FCB1F9 (or 0xFCB1F9) is unknown color: approx Lavender Rose. HEX triplet: FC, B1 and F9. RGB value is (252,177,249). Sum of RGB (Red+Green+Blue) = 252+177+249=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 177 (69.53% from 255 or 26.11% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB1F9 is #034E06. Grayscale: #CFCFCF. Windows color (decimal): -216583 or 16364028. OLE color: 16364028.

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

Color convert

RGB252177249-
CMYK00.300.010.01
HSL302.4º92.59%84.12%-
HSV(B)302.4º29.76%98.82%-
XYZ72.9758.9897.16-
YUV207.63151.35159.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 177 (69.53% from 255) = 26.11%
BLUE value IS 249 (97.66% from 255) = 36.73%
R=37.17%
G=26.11%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217724900.300.010.01302.492.5984.12
HexFCB1F901E1112e5d54
Octal37426137103611456135124
Binary1111110010110001111110010111101110010111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1F9; }

 p { color: rgb(252,177,249); }

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

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

 a { background-color: rgb(252,177,249); }

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

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

 span { border-color: rgb(252,177,249); }

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