#FCB5FD

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

Shades of Lavender Rose #FCB5FD

Tints of Lavender Rose #FCB5FD

Color information

#FCB5FD (or 0xFCB5FD) is unknown color: approx Lavender Rose. HEX triplet: FC, B5 and FD. RGB value is (252,181,253). Sum of RGB (Red+Green+Blue) = 252+181+253=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 181 (71.09% from 255 or 26.38% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCB5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB5FD is #034A02. Grayscale: #D2D2D2. Windows color (decimal): -215555 or 16627196. OLE color: 16627196.

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

Color convert

RGB252181253-
CMYK0.000.2800.01
HSL299.17º94.74%85.1%-
HSV(B)299.17º28.46%99.22%-
XYZ74.460.84100.75-
YUV210.44152.02157.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 181 (71.09% from 255) = 26.38%
BLUE value IS 253 (99.22% from 255) = 36.88%
R=36.73%
G=26.38%
B=36.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521812530.000.2800.01299.1794.7485.1
HexFCB5FD01C0112b5f55
Octal37426537503401453137125
Binary1111110010110101111111010111000110010101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB5FD; }

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

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

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

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

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

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

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

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