#FCA7DF

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

Shades of Lavender Rose #FCA7DF

Tints of Lavender Rose #FCA7DF

Color information

#FCA7DF (or 0xFCA7DF) is unknown color: approx Lavender Rose. HEX triplet: FC, A7 and DF. RGB value is (252,167,223). Sum of RGB (Red+Green+Blue) = 252+167+223=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 167 (65.62% from 255 or 26.01% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA7DF is #035820. Grayscale: #C6C6C6. Windows color (decimal): -219169 or 14657532. OLE color: 14657532.

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

Color convert

RGB252167223-
CMYK00.340.120.01
HSL320.47º93.41%82.16%-
HSV(B)320.47º33.73%98.82%-
XYZ67.2853.6676.62-
YUV198.8141.66165.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 167 (65.62% from 255) = 26.01%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=39.25%
G=26.01%
B=34.74%

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
Decimal25216722300.340.120.01320.4793.4182.16
HexFCA7DF022C11405d52
Octal374247337042141500135122
Binary11111100101001111101111101000101100110100000010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA7DF; }

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

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

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

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

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

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

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

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