#FBDDDE

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

Shades of Pale Pink #FBDDDE

Tints of Pale Pink #FBDDDE

Color information

#FBDDDE (or 0xFBDDDE) is unknown color: approx Pale Pink. HEX triplet: FB, DD and DE. RGB value is (251,221,222). Sum of RGB (Red+Green+Blue) = 251+221+222=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDDE is #042221. Grayscale: #E6E6E6. Windows color (decimal): -270882 or 14605819. OLE color: 14605819.

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

Color convert

RGB251221222-
CMYK00.120.120.02
HSL358º78.95%92.55%-
HSV(B)358º11.95%98.43%-
XYZ78.8277.579.91-
YUV230.08123.44142.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 221 (86.72% from 255) = 31.84%
BLUE value IS 222 (87.11% from 255) = 31.99%
R=36.17%
G=31.84%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122122200.120.120.0235878.9592.55
HexFBDDDE0CC21664f5d
Octal373335336014142546117135
Binary1111101111011101110111100110011001010110011010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDDE; }

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

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

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

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

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

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

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

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