#FCBDF5

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

Shades of Lavender Rose #FCBDF5

Tints of Lavender Rose #FCBDF5

Color information

#FCBDF5 (or 0xFCBDF5) is unknown color: approx Lavender Rose. HEX triplet: FC, BD and F5. RGB value is (252,189,245). Sum of RGB (Red+Green+Blue) = 252+189+245=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 189 (74.22% from 255 or 27.55% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDF5 is #03420A. Grayscale: #D6D6D6. Windows color (decimal): -213515 or 16104956. OLE color: 16104956.

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

Color convert

RGB252189245-
CMYK00.250.030.01
HSL306.67º91.3%86.47%-
HSV(B)306.67º25%98.82%-
XYZ74.8263.6894.73-
YUV214.22145.37154.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 189 (74.22% from 255) = 27.55%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=36.73%
G=27.55%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218924500.250.030.01306.6791.386.47
HexFCBDF5019311335b56
Octal37427536503131463133126
Binary11111100101111011111010101100111110011001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDF5; }

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

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

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

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

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

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

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

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