#FCBEF3

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

Shades of Lavender Rose #FCBEF3

Tints of Lavender Rose #FCBEF3

Color information

#FCBEF3 (or 0xFCBEF3) is unknown color: approx Lavender Rose. HEX triplet: FC, BE and F3. RGB value is (252,190,243). Sum of RGB (Red+Green+Blue) = 252+190+243=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 190 (74.61% from 255 or 27.74% from 685); Blue value is 243 (95.31% from 255 or 35.47% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEF3 is #03410C. Grayscale: #D6D6D6. Windows color (decimal): -213261 or 15974140. OLE color: 15974140.

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

Color convert

RGB252190243-
CMYK00.250.040.01
HSL308.71º91.18%86.67%-
HSV(B)308.71º24.6%98.82%-
XYZ74.7463.9993.21-
YUV214.58144.04154.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 190 (74.61% from 255) = 27.74%
BLUE value IS 243 (95.31% from 255) = 35.47%
R=36.79%
G=27.74%
B=35.47%

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
Decimal25219024300.250.040.01308.7191.1886.67
HexFCBEF3019411355b57
Octal37427636303141465133127
Binary111111001011111011110011011001100110011010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEF3; }

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

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

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

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

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

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

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

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