#FCA6FE

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

Shades of Lavender Rose #FCA6FE

Tints of Lavender Rose #FCA6FE

Color information

#FCA6FE (or 0xFCA6FE) is unknown color: approx Lavender Rose. HEX triplet: FC, A6 and FE. RGB value is (252,166,254). Sum of RGB (Red+Green+Blue) = 252+166+254=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 166 (65.23% from 255 or 24.70% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCA6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA6FE is #035901. Grayscale: #C9C9C9. Windows color (decimal): -219394 or 16688892. OLE color: 16688892.

HSL color Cylindrical-coordinate representation of color #FCA6FE: hue angle of 298.64º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA6FE is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB252166254-
CMYK0.010.3500.00
HSL298.64º97.78%82.35%-
HSV(B)298.64º34.65%99.61%-
XYZ71.6755.12100.63-
YUV201.75157.49163.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 166 (65.23% from 255) = 24.70%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=37.5%
G=24.70%
B=37.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521662540.010.3500.00298.6497.7882.35
HexFCA6FE1230012b6252
Octal37424637614300453142122
Binary11111100101001101111111011000110010010101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA6FE; }

 p { color: rgb(252,166,254); }

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

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

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

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

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

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

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