#FBDDE0

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

Shades of Pale Pink #FBDDE0

Tints of Pale Pink #FBDDE0

Color information

#FBDDE0 (or 0xFBDDE0) is unknown color: approx Pale Pink. HEX triplet: FB, DD and E0. RGB value is (251,221,224). Sum of RGB (Red+Green+Blue) = 251+221+224=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 224 (87.89% from 255 or 32.18% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDE0 is #04221F. Grayscale: #E6E6E6. Windows color (decimal): -270880 or 14736891. OLE color: 14736891.

HSL color Cylindrical-coordinate representation of color #FBDDE0: hue angle of 354º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDDE0 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251221224-
CMYK00.120.110.02
HSL354º78.95%92.55%-
HSV(B)354º11.95%98.43%-
XYZ79.0977.681.33-
YUV230.31124.44142.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.06%
GREEN value IS 221 (86.72% from 255) = 31.75%
BLUE value IS 224 (87.89% from 255) = 32.18%
R=36.06%
G=31.75%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122122400.120.110.0235478.9592.55
HexFBDDE00CB21624f5d
Octal373335340014132542117135
Binary1111101111011101111000000110010111010110001010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDE0; }

 p { color: rgb(251,221,224); }

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

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

 a { background-color: rgb(251,221,224); }

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

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

 span { border-color: rgb(251,221,224); }

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