#fcacf7

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

Shades of Lavender Rose #FCACF7

Tints of Lavender Rose #FCACF7

Color information

#FCACF7 (or 0xFCACF7) is unknown color: approx Lavender Rose. HEX triplet: FC, AC and F7. RGB value is (252,172,247). Sum of RGB (Red+Green+Blue) = 252+172+247=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 172 (67.58% from 255 or 25.63% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACF7 is #035308. Grayscale: #CCCCCC. Windows color (decimal): -217865 or 16231676. OLE color: 16231676.

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

Color convert

RGB252172247-
CMYK00.320.020.01
HSL303.75º93.02%83.14%-
HSV(B)303.75º31.75%98.82%-
XYZ71.6956.9295.2-
YUV204.47152161.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 172 (67.58% from 255) = 25.63%
BLUE value IS 247 (96.88% from 255) = 36.81%
R=37.56%
G=25.63%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217224700.320.020.01303.7593.0283.14
HexFCACF7020211305d53
Octal37425436704021460135123
Binary111111001010110011110111010000010110011000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcacf7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcacf7; }

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

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

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

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

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

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

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

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