#FCB3DF

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

Shades of Lavender Pink #FCB3DF

Tints of Lavender Pink #FCB3DF

Color information

#FCB3DF (or 0xFCB3DF) is unknown color: approx Lavender Pink. HEX triplet: FC, B3 and DF. RGB value is (252,179,223). Sum of RGB (Red+Green+Blue) = 252+179+223=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3DF is #034C20. Grayscale: #CDCDCD. Windows color (decimal): -216097 or 14660604. OLE color: 14660604.

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

Color convert

RGB252179223-
CMYK00.290.120.01
HSL323.84º92.41%84.51%-
HSV(B)323.84º28.97%98.82%-
XYZ69.5858.2677.39-
YUV205.84137.68160.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 179 (70.31% from 255) = 27.37%
BLUE value IS 223 (87.5% from 255) = 34.10%
R=38.53%
G=27.37%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217922300.290.120.01323.8492.4184.51
HexFCB3DF01DC11445c55
Octal374263337035141504134125
Binary1111110010110011110111110111011100110100010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3DF; }

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

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

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

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

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

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

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

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