#FCACFC

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

Shades of Lavender Rose #FCACFC

Tints of Lavender Rose #FCACFC

Color information

#FCACFC (or 0xFCACFC) is unknown color: approx Lavender Rose. HEX triplet: FC, AC and FC. RGB value is (252,172,252). Sum of RGB (Red+Green+Blue) = 252+172+252=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 172 (67.58% from 255 or 25.44% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACFC is #035303. Grayscale: #CCCCCC. Windows color (decimal): -217860 or 16559356. OLE color: 16559356.

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

Color convert

RGB252172252-
CMYK00.3200.01
HSL300º93.02%83.14%-
HSV(B)300º31.75%98.82%-
XYZ72.4757.2399.32-
YUV205.04154.5161.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 172 (67.58% from 255) = 25.44%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=37.28%
G=25.44%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217225200.3200.0130093.0283.14
HexFCACFC0200112c5d53
Octal37425437404001454135123
Binary11111100101011001111110001000000110010110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCACFC; }

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

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

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

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

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

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

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

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