#FCB1F7

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

Shades of Lavender Rose #FCB1F7

Tints of Lavender Rose #FCB1F7

Color information

#FCB1F7 (or 0xFCB1F7) is unknown color: approx Lavender Rose. HEX triplet: FC, B1 and F7. RGB value is (252,177,247). Sum of RGB (Red+Green+Blue) = 252+177+247=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 177 (69.53% from 255 or 26.18% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB1F7 is #034E08. Grayscale: #CFCFCF. Windows color (decimal): -216585 or 16232956. OLE color: 16232956.

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

Color convert

RGB252177247-
CMYK00.300.020.01
HSL304º92.59%84.12%-
HSV(B)304º29.76%98.82%-
XYZ72.6658.8695.53-
YUV207.41150.35159.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 177 (69.53% from 255) = 26.18%
BLUE value IS 247 (96.88% from 255) = 36.54%
R=37.28%
G=26.18%
B=36.54%

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
Decimal25217724700.300.020.0130492.5984.12
HexFCB1F701E211305d54
Octal37426136703621460135124
Binary11111100101100011111011101111010110011000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1F7; }

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

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

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

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

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

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

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

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