#FCBAFC

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

Shades of Lavender Rose #FCBAFC

Tints of Lavender Rose #FCBAFC

Color information

#FCBAFC (or 0xFCBAFC) is unknown color: approx Lavender Rose. HEX triplet: FC, BA and FC. RGB value is (252,186,252). Sum of RGB (Red+Green+Blue) = 252+186+252=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 186 (73.05% from 255 or 26.96% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCBAFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAFC is #034503. Grayscale: #D5D5D5. Windows color (decimal): -214276 or 16562940. OLE color: 16562940.

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

Color convert

RGB252186252-
CMYK00.2600.01
HSL300º91.67%85.88%-
HSV(B)300º26.19%98.82%-
XYZ75.2762.84100.26-
YUV213.26149.87155.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 186 (73.05% from 255) = 26.96%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=36.52%
G=26.96%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218625200.2600.0130091.6785.88
HexFCBAFC01A0112c5c56
Octal37427237403201454134126
Binary1111110010111010111111000110100110010110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAFC; }

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

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

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

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

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

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

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

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