#FCBAEE

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

Shades of Lavender Rose #FCBAEE

Tints of Lavender Rose #FCBAEE

Color information

#FCBAEE (or 0xFCBAEE) is unknown color: approx Lavender Rose. HEX triplet: FC, BA and EE. RGB value is (252,186,238). Sum of RGB (Red+Green+Blue) = 252+186+238=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAEE is #034511. Grayscale: #D3D3D3. Windows color (decimal): -214290 or 15645436. OLE color: 15645436.

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

Color convert

RGB252186238-
CMYK00.260.060.01
HSL312.73º91.67%85.88%-
HSV(B)312.73º26.19%98.82%-
XYZ73.1461.9989-
YUV211.66142.87156.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 186 (73.05% from 255) = 27.51%
BLUE value IS 238 (93.36% from 255) = 35.21%
R=37.28%
G=27.51%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218623800.260.060.01312.7391.6785.88
HexFCBAEE01A611395c56
Octal37427235603261471134126
Binary111111001011101011101110011010110110011100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAEE; }

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

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

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

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

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

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

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

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