#FCBAF8

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

Shades of Lavender Rose #FCBAF8

Tints of Lavender Rose #FCBAF8

Color information

#FCBAF8 (or 0xFCBAF8) is unknown color: approx Lavender Rose. HEX triplet: FC, BA and F8. RGB value is (252,186,248). Sum of RGB (Red+Green+Blue) = 252+186+248=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAF8 is #034507. Grayscale: #D4D4D4. Windows color (decimal): -214280 or 16300796. OLE color: 16300796.

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

Color convert

RGB252186248-
CMYK00.260.020.01
HSL303.64º91.67%85.88%-
HSV(B)303.64º26.19%98.82%-
XYZ74.6562.5996.95-
YUV212.8147.87155.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 186 (73.05% from 255) = 27.11%
BLUE value IS 248 (97.27% from 255) = 36.15%
R=36.73%
G=27.11%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218624800.260.020.01303.6491.6785.88
HexFCBAF801A211305c56
Octal37427237003221460134126
Binary11111100101110101111100001101010110011000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAF8; }

 p { color: rgb(252,186,248); }

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

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

 a { background-color: rgb(252,186,248); }

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

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

 span { border-color: rgb(252,186,248); }

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