#FCBCF4

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

Shades of Lavender Rose #FCBCF4

Tints of Lavender Rose #FCBCF4

Color information

#FCBCF4 (or 0xFCBCF4) is unknown color: approx Lavender Rose. HEX triplet: FC, BC and F4. RGB value is (252,188,244). Sum of RGB (Red+Green+Blue) = 252+188+244=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 188 (73.83% from 255 or 27.49% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBCF4 is #03430B. Grayscale: #D5D5D5. Windows color (decimal): -213772 or 16039164. OLE color: 16039164.

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

Color convert

RGB252188244-
CMYK00.250.030.01
HSL307.5º91.43%86.27%-
HSV(B)307.5º25.4%98.82%-
XYZ74.4663.1993.86-
YUV213.52145.2155.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 188 (73.83% from 255) = 27.49%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=36.84%
G=27.49%
B=35.67%

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
Decimal25218824400.250.030.01307.591.4386.27
HexFCBCF4019311345b56
Octal37427436403131464133126
Binary11111100101111001111010001100111110011010010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCF4; }

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

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

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

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

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

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

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

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