#FCB5FA

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

Shades of Lavender Rose #FCB5FA

Tints of Lavender Rose #FCB5FA

Color information

#FCB5FA (or 0xFCB5FA) is unknown color: approx Lavender Rose. HEX triplet: FC, B5 and FA. RGB value is (252,181,250). Sum of RGB (Red+Green+Blue) = 252+181+250=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 181 (71.09% from 255 or 26.50% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5FA is #034A05. Grayscale: #D1D1D1. Windows color (decimal): -215558 or 16430588. OLE color: 16430588.

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

Color convert

RGB252181250-
CMYK00.280.010.01
HSL301.69º92.21%84.9%-
HSV(B)301.69º28.17%98.82%-
XYZ73.9260.6598.25-
YUV210.1150.52157.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 181 (71.09% from 255) = 26.50%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=36.90%
G=26.50%
B=36.60%

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
Decimal25218125000.280.010.01301.6992.2184.9
HexFCB5FA01C1112e5c55
Octal37426537203411456134125
Binary1111110010110101111110100111001110010111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5FA; }

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

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

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

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

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

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

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

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