#FCBDF1

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

Shades of Lavender Rose #FCBDF1

Tints of Lavender Rose #FCBDF1

Color information

#FCBDF1 (or 0xFCBDF1) is unknown color: approx Lavender Rose. HEX triplet: FC, BD and F1. RGB value is (252,189,241). Sum of RGB (Red+Green+Blue) = 252+189+241=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDF1 is #03420E. Grayscale: #D5D5D5. Windows color (decimal): -213519 or 15842812. OLE color: 15842812.

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

Color convert

RGB252189241-
CMYK00.250.040.01
HSL310.48º91.3%86.47%-
HSV(B)310.48º25%98.82%-
XYZ74.2263.4491.55-
YUV213.76143.37155.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 189 (74.22% from 255) = 27.71%
BLUE value IS 241 (94.53% from 255) = 35.34%
R=36.95%
G=27.71%
B=35.34%

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
Decimal25218924100.250.040.01310.4891.386.47
HexFCBDF1019411365b56
Octal37427536103141466133126
Binary111111001011110111110001011001100110011011010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDF1; }

 p { color: rgb(252,189,241); }

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

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

 a { background-color: rgb(252,189,241); }

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

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

 span { border-color: rgb(252,189,241); }

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