#FCB6FA

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

Shades of Lavender Rose #FCB6FA

Tints of Lavender Rose #FCB6FA

Color information

#FCB6FA (or 0xFCB6FA) is unknown color: approx Lavender Rose. HEX triplet: FC, B6 and FA. RGB value is (252,182,250). Sum of RGB (Red+Green+Blue) = 252+182+250=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 182 (71.48% from 255 or 26.61% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB6FA is #034905. Grayscale: #D2D2D2. Windows color (decimal): -215302 or 16430844. OLE color: 16430844.

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

Color convert

RGB252182250-
CMYK00.280.010.01
HSL301.71º92.11%85.1%-
HSV(B)301.71º27.78%98.82%-
XYZ74.1361.0598.32-
YUV210.68150.19157.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 182 (71.48% from 255) = 26.61%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=36.84%
G=26.61%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218225000.280.010.01301.7192.1185.1
HexFCB6FA01C1112e5c55
Octal37426637203411456134125
Binary1111110010110110111110100111001110010111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB6FA; }

 p { color: rgb(252,182,250); }

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

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

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

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

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

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

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