#FCA7FB

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

Shades of Lavender Rose #FCA7FB

Tints of Lavender Rose #FCA7FB

Color information

#FCA7FB (or 0xFCA7FB) is unknown color: approx Lavender Rose. HEX triplet: FC, A7 and FB. RGB value is (252,167,251). Sum of RGB (Red+Green+Blue) = 252+167+251=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 167 (65.62% from 255 or 24.93% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA7FB is #035804. Grayscale: #C9C9C9. Windows color (decimal): -219141 or 16492540. OLE color: 16492540.

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

Color convert

RGB252167251-
CMYK00.340.000.01
HSL300.71º93.41%82.16%-
HSV(B)300.71º33.73%98.82%-
XYZ71.3855.398.18-
YUV201.99155.66163.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 167 (65.62% from 255) = 24.93%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=37.61%
G=24.93%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216725100.340.000.01300.7193.4182.16
HexFCA7FB0220112d5d52
Octal37424737304201455135122
Binary11111100101001111111101101000100110010110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA7FB; }

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

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

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

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

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

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

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

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