#FCB3EA

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

Shades of Lavender Rose #FCB3EA

Tints of Lavender Rose #FCB3EA

Color information

#FCB3EA (or 0xFCB3EA) is unknown color: approx Lavender Rose. HEX triplet: FC, B3 and EA. RGB value is (252,179,234). Sum of RGB (Red+Green+Blue) = 252+179+234=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 179 (70.31% from 255 or 26.92% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB3EA is #034C15. Grayscale: #CECECE. Windows color (decimal): -216086 or 15381500. OLE color: 15381500.

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

Color convert

RGB252179234-
CMYK00.290.070.01
HSL314.79º92.41%84.51%-
HSV(B)314.79º28.97%98.82%-
XYZ71.1258.8885.46-
YUV207.1143.18160.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 179 (70.31% from 255) = 26.92%
BLUE value IS 234 (91.80% from 255) = 35.19%
R=37.89%
G=26.92%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217923400.290.070.01314.7992.4184.51
HexFCB3EA01D7113b5c55
Octal37426335203571473134125
Binary111111001011001111101010011101111110011101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3EA; }

 p { color: rgb(252,179,234); }

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

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

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

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

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

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

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