#FCBDF4

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

Shades of Lavender Rose #FCBDF4

Tints of Lavender Rose #FCBDF4

Color information

#FCBDF4 (or 0xFCBDF4) is unknown color: approx Lavender Rose. HEX triplet: FC, BD and F4. RGB value is (252,189,244). Sum of RGB (Red+Green+Blue) = 252+189+244=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 189 (74.22% from 255 or 27.59% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBDF4 is #03420B. Grayscale: #D5D5D5. Windows color (decimal): -213516 or 16039420. OLE color: 16039420.

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

Color convert

RGB252189244-
CMYK00.250.030.01
HSL307.62º91.3%86.47%-
HSV(B)307.62º25%98.82%-
XYZ74.6763.6293.93-
YUV214.11144.87155.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 189 (74.22% from 255) = 27.59%
BLUE value IS 244 (95.70% from 255) = 35.62%
R=36.79%
G=27.59%
B=35.62%

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
Decimal25218924400.250.030.01307.6291.386.47
HexFCBDF4019311345b56
Octal37427536403131464133126
Binary11111100101111011111010001100111110011010010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDF4; }

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

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

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

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

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

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

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

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