#FCACEB

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

Shades of Lavender Rose #FCACEB

Tints of Lavender Rose #FCACEB

Color information

#FCACEB (or 0xFCACEB) is unknown color: approx Lavender Rose. HEX triplet: FC, AC and EB. RGB value is (252,172,235). Sum of RGB (Red+Green+Blue) = 252+172+235=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 172 (67.58% from 255 or 26.10% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACEB is #035314. Grayscale: #CACACA. Windows color (decimal): -217877 or 15445244. OLE color: 15445244.

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

Color convert

RGB252172235-
CMYK00.320.070.01
HSL312.75º93.02%83.14%-
HSV(B)312.75º31.75%98.82%-
XYZ69.8956.285.76-
YUV203.1146162.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 172 (67.58% from 255) = 26.10%
BLUE value IS 235 (92.19% from 255) = 35.66%
R=38.24%
G=26.10%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217223500.320.070.01312.7593.0283.14
HexFCACEB020711395d53
Octal37425435304071471135123
Binary1111110010101100111010110100000111110011100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACEB; }

 p { color: rgb(252,172,235); }

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

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

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

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

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

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

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