#FCB7F9

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

Shades of Lavender Rose #FCB7F9

Tints of Lavender Rose #FCB7F9

Color information

#FCB7F9 (or 0xFCB7F9) is unknown color: approx Lavender Rose. HEX triplet: FC, B7 and F9. RGB value is (252,183,249). Sum of RGB (Red+Green+Blue) = 252+183+249=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 183 (71.88% from 255 or 26.75% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7F9 is #034806. Grayscale: #D2D2D2. Windows color (decimal): -215047 or 16365564. OLE color: 16365564.

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

Color convert

RGB252183249-
CMYK00.270.010.01
HSL302.61º92%85.29%-
HSV(B)302.61º27.38%98.82%-
XYZ74.1861.497.56-
YUV211.16149.36157.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 183 (71.88% from 255) = 26.75%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=36.84%
G=26.75%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218324900.270.010.01302.619285.29
HexFCB7F901B1112f5c55
Octal37426737103311457134125
Binary1111110010110111111110010110111110010111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7F9; }

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

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

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

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

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

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

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

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