#FCA7DE

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

Shades of Lavender Rose #FCA7DE

Tints of Lavender Rose #FCA7DE

Color information

#FCA7DE (or 0xFCA7DE) is unknown color: approx Lavender Rose. HEX triplet: FC, A7 and DE. RGB value is (252,167,222). Sum of RGB (Red+Green+Blue) = 252+167+222=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA7DE is #035821. Grayscale: #C6C6C6. Windows color (decimal): -219170 or 14591996. OLE color: 14591996.

HSL color Cylindrical-coordinate representation of color #FCA7DE: hue angle of 321.18º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA7DE is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252167222-
CMYK00.340.120.01
HSL321.18º93.41%82.16%-
HSV(B)321.18º33.73%98.82%-
XYZ67.1553.6175.92-
YUV198.68141.16166.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 167 (65.62% from 255) = 26.05%
BLUE value IS 222 (87.11% from 255) = 34.63%
R=39.31%
G=26.05%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216722200.340.120.01321.1893.4182.16
HexFCA7DE022C11415d52
Octal374247336042141501135122
Binary11111100101001111101111001000101100110100000110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA7DE; }

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

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

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

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

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

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

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

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