#FCA7FE

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

Shades of Lavender Rose #FCA7FE

Tints of Lavender Rose #FCA7FE

Color information

#FCA7FE (or 0xFCA7FE) is unknown color: approx Lavender Rose. HEX triplet: FC, A7 and FE. RGB value is (252,167,254). Sum of RGB (Red+Green+Blue) = 252+167+254=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 167 (65.62% from 255 or 24.81% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCA7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA7FE is #035801. Grayscale: #CACACA. Windows color (decimal): -219138 or 16689148. OLE color: 16689148.

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

Color convert

RGB252167254-
CMYK0.010.3400.00
HSL298.62º97.75%82.55%-
HSV(B)298.62º34.25%99.61%-
XYZ71.8555.49100.69-
YUV202.33157.16163.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 167 (65.62% from 255) = 24.81%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=37.44%
G=24.81%
B=37.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2521672540.010.3400.00298.6297.7582.55
HexFCA7FE1220012b6253
Octal37424737614200453142123
Binary11111100101001111111111011000100010010101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA7FE; }

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

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

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

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

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

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

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

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