#FCB7EF

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

Shades of Lavender Rose #FCB7EF

Tints of Lavender Rose #FCB7EF

Color information

#FCB7EF (or 0xFCB7EF) is unknown color: approx Lavender Rose. HEX triplet: FC, B7 and EF. RGB value is (252,183,239). Sum of RGB (Red+Green+Blue) = 252+183+239=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7EF is #034810. Grayscale: #D1D1D1. Windows color (decimal): -215057 or 15710204. OLE color: 15710204.

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

Color convert

RGB252183239-
CMYK00.270.050.01
HSL311.3º92%85.29%-
HSV(B)311.3º27.38%98.82%-
XYZ72.6660.7989.57-
YUV210.02144.36157.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 183 (71.88% from 255) = 27.15%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=37.39%
G=27.15%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218323900.270.050.01311.39285.29
HexFCB7EF01B511375c55
Octal37426735703351467134125
Binary111111001011011111101111011011101110011011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7EF; }

 p { color: rgb(252,183,239); }

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

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

 a { background-color: rgb(252,183,239); }

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

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

 span { border-color: rgb(252,183,239); }

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