#FCB3FC

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

Shades of Lavender Rose #FCB3FC

Tints of Lavender Rose #FCB3FC

Color information

#FCB3FC (or 0xFCB3FC) is unknown color: approx Lavender Rose. HEX triplet: FC, B3 and FC. RGB value is (252,179,252). Sum of RGB (Red+Green+Blue) = 252+179+252=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 179 (70.31% from 255 or 26.21% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCB3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB3FC is #034C03. Grayscale: #D0D0D0. Windows color (decimal): -216068 or 16561148. OLE color: 16561148.

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

Color convert

RGB252179252-
CMYK00.2900.01
HSL300º92.41%84.51%-
HSV(B)300º28.97%98.82%-
XYZ73.8459.9699.78-
YUV209.15152.18158.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 179 (70.31% from 255) = 26.21%
BLUE value IS 252 (98.83% from 255) = 36.90%
R=36.90%
G=26.21%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217925200.2900.0130092.4184.51
HexFCB3FC01D0112c5c55
Octal37426337403501454134125
Binary1111110010110011111111000111010110010110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3FC; }

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

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

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

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

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

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

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

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