#FCB7F0

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

Shades of Lavender Rose #FCB7F0

Tints of Lavender Rose #FCB7F0

Color information

#FCB7F0 (or 0xFCB7F0) is unknown color: approx Lavender Rose. HEX triplet: FC, B7 and F0. RGB value is (252,183,240). Sum of RGB (Red+Green+Blue) = 252+183+240=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 183 (71.88% from 255 or 27.11% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7F0 is #03480F. Grayscale: #D1D1D1. Windows color (decimal): -215056 or 15775740. OLE color: 15775740.

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

Color convert

RGB252183240-
CMYK00.270.050.01
HSL310.43º92%85.29%-
HSV(B)310.43º27.38%98.82%-
XYZ72.8160.8590.35-
YUV210.13144.86157.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 183 (71.88% from 255) = 27.11%
BLUE value IS 240 (94.14% from 255) = 35.56%
R=37.33%
G=27.11%
B=35.56%

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
Decimal25218324000.270.050.01310.439285.29
HexFCB7F001B511365c55
Octal37426736003351466134125
Binary111111001011011111110000011011101110011011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7F0; }

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

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

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

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

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

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

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

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