#FCA7CF

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

Shades of Lavender Pink #FCA7CF

Tints of Lavender Pink #FCA7CF

Color information

#FCA7CF (or 0xFCA7CF) is unknown color: approx Lavender Pink. HEX triplet: FC, A7 and CF. RGB value is (252,167,207). Sum of RGB (Red+Green+Blue) = 252+167+207=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA7CF is #035830. Grayscale: #C4C4C4. Windows color (decimal): -219185 or 13608956. OLE color: 13608956.

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

Color convert

RGB252167207-
CMYK00.340.180.01
HSL331.76º93.41%82.16%-
HSV(B)331.76º33.73%98.82%-
XYZ65.2352.8465.79-
YUV196.98133.66167.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 167 (65.62% from 255) = 26.68%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=40.26%
G=26.68%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216720700.340.180.01331.7693.4182.16
HexFCA7CF02212114c5d52
Octal374247317042221514135122
Binary111111001010011111001111010001010010110100110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA7CF; }

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

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

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

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

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

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

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

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