#FCB2F3

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

Shades of Lavender Rose #FCB2F3

Tints of Lavender Rose #FCB2F3

Color information

#FCB2F3 (or 0xFCB2F3) is unknown color: approx Lavender Rose. HEX triplet: FC, B2 and F3. RGB value is (252,178,243). Sum of RGB (Red+Green+Blue) = 252+178+243=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 178 (69.92% from 255 or 26.45% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB2F3 is #034D0C. Grayscale: #CFCFCF. Windows color (decimal): -216333 or 15971068. OLE color: 15971068.

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

Color convert

RGB252178243-
CMYK00.290.040.01
HSL307.3º92.5%84.31%-
HSV(B)307.3º29.37%98.82%-
XYZ72.2459.0192.38-
YUV207.54148.02159.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 178 (69.92% from 255) = 26.45%
BLUE value IS 243 (95.31% from 255) = 36.11%
R=37.44%
G=26.45%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217824300.290.040.01307.392.584.31
HexFCB2F301D411335c54
Octal37426236303541463134124
Binary111111001011001011110011011101100110011001110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2F3; }

 p { color: rgb(252,178,243); }

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

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

 a { background-color: rgb(252,178,243); }

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

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

 span { border-color: rgb(252,178,243); }

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