#FCABEE

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

Shades of Lavender Rose #FCABEE

Tints of Lavender Rose #FCABEE

Color information

#FCABEE (or 0xFCABEE) is unknown color: approx Lavender Rose. HEX triplet: FC, AB and EE. RGB value is (252,171,238). Sum of RGB (Red+Green+Blue) = 252+171+238=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 171 (67.19% from 255 or 25.87% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABEE is #035411. Grayscale: #CACACA. Windows color (decimal): -218130 or 15641596. OLE color: 15641596.

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

Color convert

RGB252171238-
CMYK00.320.060.01
HSL310.37º93.1%82.94%-
HSV(B)310.37º32.14%98.82%-
XYZ70.1455.9988-
YUV202.86147.84163.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 171 (67.19% from 255) = 25.87%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=38.12%
G=25.87%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217123800.320.060.01310.3793.182.94
HexFCABEE020611365d53
Octal37425335604061466135123
Binary1111110010101011111011100100000110110011011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABEE; }

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

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

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

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

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

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

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

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