#FBBED0

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

Shades of Pink #FBBED0

Tints of Pink #FBBED0

Color information

#FBBED0 (or 0xFBBED0) is unknown color: approx Pink. HEX triplet: FB, BE and D0. RGB value is (251,190,208). Sum of RGB (Red+Green+Blue) = 251+190+208=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBED0 is #04412F. Grayscale: #D2D2D2. Windows color (decimal): -278832 or 13680379. OLE color: 13680379.

HSL color Cylindrical-coordinate representation of color #FBBED0: hue angle of 342.3º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBED0 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB251190208-
CMYK00.240.170.02
HSL342.3º88.41%86.47%-
HSV(B)342.3º24.3%98.43%-
XYZ69.5861.8967.95-
YUV210.29126.71157.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 190 (74.61% from 255) = 29.28%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=38.67%
G=29.28%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119020800.240.170.02342.388.4186.47
HexFBBED00181121565856
Octal373276320030212526130126
Binary111110111011111011010000011000100011010101011010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBED0; }

 p { color: rgb(251,190,208); }

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

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

 a { background-color: rgb(251,190,208); }

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

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

 span { border-color: rgb(251,190,208); }

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