#FCB1F6

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

Shades of Lavender Rose #FCB1F6

Tints of Lavender Rose #FCB1F6

Color information

#FCB1F6 (or 0xFCB1F6) is unknown color: approx Lavender Rose. HEX triplet: FC, B1 and F6. RGB value is (252,177,246). Sum of RGB (Red+Green+Blue) = 252+177+246=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 177 (69.53% from 255 or 26.22% from 675); Blue value is 246 (96.48% from 255 or 36.44% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB1F6 is #034E09. Grayscale: #CFCFCF. Windows color (decimal): -216586 or 16167420. OLE color: 16167420.

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

Color convert

RGB252177246-
CMYK00.300.020.01
HSL304.8º92.59%84.12%-
HSV(B)304.8º29.76%98.82%-
XYZ72.558.7994.72-
YUV207.29149.85159.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 177 (69.53% from 255) = 26.22%
BLUE value IS 246 (96.48% from 255) = 36.44%
R=37.33%
G=26.22%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217724600.300.020.01304.892.5984.12
HexFCB1F601E211315d54
Octal37426136603621461135124
Binary11111100101100011111011001111010110011000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1F6; }

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

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

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

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

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

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

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

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