#FDBECA

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

Shades of Pink #FDBECA

Tints of Pink #FDBECA

Color information

#FDBECA (or 0xFDBECA) is unknown color: approx Pink. HEX triplet: FD, BE and CA. RGB value is (253,190,202). Sum of RGB (Red+Green+Blue) = 253+190+202=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBECA is #024135. Grayscale: #D2D2D2. Windows color (decimal): -147766 or 13287165. OLE color: 13287165.

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

Color convert

RGB253190202-
CMYK00.250.200.01
HSL348.57º94.03%86.86%-
HSV(B)348.57º24.9%99.22%-
XYZ69.5861.9764.17-
YUV210.2123.37158.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=39.22%
G=29.46%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319020200.250.200.01348.5794.0386.86
HexFDBECA01914115d5e57
Octal375276312031241535136127
Binary11111101101111101100101001100110100110101110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBECA; }

 p { color: rgb(253,190,202); }

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

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

 a { background-color: rgb(253,190,202); }

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

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

 span { border-color: rgb(253,190,202); }

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