#FCB7E6

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

Shades of Lavender Rose #FCB7E6

Tints of Lavender Rose #FCB7E6

Color information

#FCB7E6 (or 0xFCB7E6) is unknown color: approx Lavender Rose. HEX triplet: FC, B7 and E6. RGB value is (252,183,230). Sum of RGB (Red+Green+Blue) = 252+183+230=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 183 (71.88% from 255 or 27.52% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7E6 is #034819. Grayscale: #D0D0D0. Windows color (decimal): -215066 or 15120380. OLE color: 15120380.

HSL color Cylindrical-coordinate representation of color #FCB7E6: hue angle of 319.13º 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 #FCB7E6 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252183230-
CMYK00.270.090.01
HSL319.13º92%85.29%-
HSV(B)319.13º27.38%98.82%-
XYZ71.3660.2882.74-
YUV208.99139.86158.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 183 (71.88% from 255) = 27.52%
BLUE value IS 230 (90.23% from 255) = 34.59%
R=37.89%
G=27.52%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218323000.270.090.01319.139285.29
HexFCB7E601B9113f5c55
Octal374267346033111477134125
Binary1111110010110111111001100110111001110011111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7E6; }

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

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

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

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

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

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

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

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