#FCB0FD

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

Shades of Lavender Rose #FCB0FD

Tints of Lavender Rose #FCB0FD

Color information

#FCB0FD (or 0xFCB0FD) is unknown color: approx Lavender Rose. HEX triplet: FC, B0 and FD. RGB value is (252,176,253). Sum of RGB (Red+Green+Blue) = 252+176+253=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 176 (69.14% from 255 or 25.84% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCB0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0FD is #034F02. Grayscale: #CFCFCF. Windows color (decimal): -216835 or 16625916. OLE color: 16625916.

HSL color Cylindrical-coordinate representation of color #FCB0FD: hue angle of 299.22º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0FD is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252176253-
CMYK0.000.3000.01
HSL299.22º95.06%84.12%-
HSV(B)299.22º30.43%99.22%-
XYZ73.458.84100.42-
YUV207.5153.68159.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 176 (69.14% from 255) = 25.84%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=37.00%
G=25.84%
B=37.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521762530.000.3000.01299.2295.0684.12
HexFCB0FD01E0112b5f54
Octal37426037503601453137124
Binary1111110010110000111111010111100110010101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0FD; }

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

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

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

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

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

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

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

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