#FCB3F7

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

Shades of Lavender Rose #FCB3F7

Tints of Lavender Rose #FCB3F7

Color information

#FCB3F7 (or 0xFCB3F7) is unknown color: approx Lavender Rose. HEX triplet: FC, B3 and F7. RGB value is (252,179,247). Sum of RGB (Red+Green+Blue) = 252+179+247=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 179 (70.31% from 255 or 26.40% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB3F7 is #034C08. Grayscale: #D0D0D0. Windows color (decimal): -216073 or 16233468. OLE color: 16233468.

HSL color Cylindrical-coordinate representation of color #FCB3F7: hue angle of 304.11º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3F7 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252179247-
CMYK00.290.020.01
HSL304.11º92.41%84.51%-
HSV(B)304.11º28.97%98.82%-
XYZ73.0559.6595.66-
YUV208.58149.68158.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 179 (70.31% from 255) = 26.40%
BLUE value IS 247 (96.88% from 255) = 36.43%
R=37.17%
G=26.40%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217924700.290.020.01304.1192.4184.51
HexFCB3F701D211305c55
Octal37426336703521460134125
Binary11111100101100111111011101110110110011000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3F7; }

 p { color: rgb(252,179,247); }

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

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

 a { background-color: rgb(252,179,247); }

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

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

 span { border-color: rgb(252,179,247); }

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