#FCB0F8

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

Shades of Lavender Rose #FCB0F8

Tints of Lavender Rose #FCB0F8

Color information

#FCB0F8 (or 0xFCB0F8) is unknown color: approx Lavender Rose. HEX triplet: FC, B0 and F8. RGB value is (252,176,248). Sum of RGB (Red+Green+Blue) = 252+176+248=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 176 (69.14% from 255 or 26.04% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0F8 is #034F07. Grayscale: #CECECE. Windows color (decimal): -216840 or 16298236. OLE color: 16298236.

HSL color Cylindrical-coordinate representation of color #FCB0F8: hue angle of 303.16º degrees, saturation: 0.93, 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 #FCB0F8 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252176248-
CMYK00.300.020.01
HSL303.16º92.68%83.92%-
HSV(B)303.16º30.16%98.82%-
XYZ72.6158.5296.28-
YUV206.93151.18160.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.28%
GREEN value IS 176 (69.14% from 255) = 26.04%
BLUE value IS 248 (97.27% from 255) = 36.69%
R=37.28%
G=26.04%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217624800.300.020.01303.1692.6883.92
HexFCB0F801E2112f5d54
Octal37426037003621457135124
Binary11111100101100001111100001111010110010111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0F8; }

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

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

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

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

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

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

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

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