#FCBEBD

Color #FCBEBD Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #FCBEBD

Tints of Your Pink #FCBEBD

Color information

#FCBEBD (or 0xFCBEBD) is unknown color: approx Your Pink. HEX triplet: FC, BE and BD. RGB value is (252,190,189). Sum of RGB (Red+Green+Blue) = 252+190+189=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEBD is #034142. Grayscale: #D0D0D0. Windows color (decimal): -213315 or 12435196. OLE color: 12435196.

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

Color convert

RGB252190189-
CMYK00.250.250.01
HSL0.95º91.3%86.47%-
HSV(B)0.95º25%98.82%-
XYZ67.7461.256.39-
YUV208.42117.04159.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=39.94%
G=30.11%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219018900.250.250.010.9591.386.47
HexFCBEBD01919115b56
Octal3742762750313111133126
Binary111111001011111010111101011001110011110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEBD; }

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

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

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

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

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

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

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

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