#FCB9FD

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

Shades of Lavender Rose #FCB9FD

Tints of Lavender Rose #FCB9FD

Color information

#FCB9FD (or 0xFCB9FD) is unknown color: approx Lavender Rose. HEX triplet: FC, B9 and FD. RGB value is (252,185,253). Sum of RGB (Red+Green+Blue) = 252+185+253=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 185 (72.66% from 255 or 26.81% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCB9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB9FD is #034602. Grayscale: #D4D4D4. Windows color (decimal): -214531 or 16628220. OLE color: 16628220.

HSL color Cylindrical-coordinate representation of color #FCB9FD: hue angle of 299.12º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB9FD is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252185253-
CMYK0.000.2700.01
HSL299.12º94.44%85.88%-
HSV(B)299.12º26.88%99.22%-
XYZ75.2262.49101.02-
YUV212.78150.7155.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 185 (72.66% from 255) = 26.81%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=36.52%
G=26.81%
B=36.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521852530.000.2700.01299.1294.4485.88
HexFCB9FD01B0112b5e56
Octal37427137503301453136126
Binary1111110010111001111111010110110110010101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB9FD; }

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

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

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

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

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

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

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

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