#FCACFB

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

Shades of Lavender Rose #FCACFB

Tints of Lavender Rose #FCACFB

Color information

#FCACFB (or 0xFCACFB) is unknown color: approx Lavender Rose. HEX triplet: FC, AC and FB. RGB value is (252,172,251). Sum of RGB (Red+Green+Blue) = 252+172+251=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 172 (67.58% from 255 or 25.48% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACFB is #035304. Grayscale: #CCCCCC. Windows color (decimal): -217861 or 16493820. OLE color: 16493820.

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

Color convert

RGB252172251-
CMYK00.320.000.01
HSL300.75º93.02%83.14%-
HSV(B)300.75º31.75%98.82%-
XYZ72.3157.1798.49-
YUV204.93154161.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 172 (67.58% from 255) = 25.48%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=37.33%
G=25.48%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217225100.320.000.01300.7593.0283.14
HexFCACFB0200112d5d53
Octal37425437304001455135123
Binary11111100101011001111101101000000110010110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACFB; }

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

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

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

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

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

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

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

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