#FCBFF7

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

Shades of Lavender Rose #FCBFF7

Tints of Lavender Rose #FCBFF7

Color information

#FCBFF7 (or 0xFCBFF7) is unknown color: approx Lavender Rose. HEX triplet: FC, BF and F7. RGB value is (252,191,247). Sum of RGB (Red+Green+Blue) = 252+191+247=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 191 (75% from 255 or 27.68% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBFF7 is #034008. Grayscale: #D7D7D7. Windows color (decimal): -213001 or 16236540. OLE color: 16236540.

HSL color Cylindrical-coordinate representation of color #FCBFF7: hue angle of 304.92º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFF7 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252191247-
CMYK00.240.020.01
HSL304.92º91.04%86.86%-
HSV(B)304.92º24.21%98.82%-
XYZ75.5664.6796.5-
YUV215.62145.71153.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 191 (75% from 255) = 27.68%
BLUE value IS 247 (96.88% from 255) = 35.80%
R=36.52%
G=27.68%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219124700.240.020.01304.9291.0486.86
HexFCBFF7018211315b57
Octal37427736703021461133127
Binary11111100101111111111011101100010110011000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFF7; }

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

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

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

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

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

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

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

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