#FCBCF3

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

Shades of Lavender Rose #FCBCF3

Tints of Lavender Rose #FCBCF3

Color information

#FCBCF3 (or 0xFCBCF3) is unknown color: approx Lavender Rose. HEX triplet: FC, BC and F3. RGB value is (252,188,243). Sum of RGB (Red+Green+Blue) = 252+188+243=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 188 (73.83% from 255 or 27.53% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCF3 is #03430C. Grayscale: #D5D5D5. Windows color (decimal): -213773 or 15973628. OLE color: 15973628.

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

Color convert

RGB252188243-
CMYK00.250.040.01
HSL308.44º91.43%86.27%-
HSV(B)308.44º25.4%98.82%-
XYZ74.3163.1393.06-
YUV213.41144.7155.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 188 (73.83% from 255) = 27.53%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=36.90%
G=27.53%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218824300.250.040.01308.4491.4386.27
HexFCBCF3019411345b56
Octal37427436303141464133126
Binary111111001011110011110011011001100110011010010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCF3; }

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

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

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

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

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

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

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

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