#FBDCDD

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

Shades of Pale Pink #FBDCDD

Tints of Pale Pink #FBDCDD

Color information

#FBDCDD (or 0xFBDCDD) is unknown color: approx Pale Pink. HEX triplet: FB, DC and DD. RGB value is (251,220,221). Sum of RGB (Red+Green+Blue) = 251+220+221=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCDD is #042322. Grayscale: #E5E5E5. Windows color (decimal): -271139 or 14540027. OLE color: 14540027.

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

Color convert

RGB251220221-
CMYK00.120.120.02
HSL358.06º79.49%92.35%-
HSV(B)358.06º12.35%98.43%-
XYZ78.4376.9279.12-
YUV229.38123.27143.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 220 (86.33% from 255) = 31.79%
BLUE value IS 221 (86.72% from 255) = 31.94%
R=36.27%
G=31.79%
B=31.94%

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
Decimal25122022100.120.120.02358.0679.4992.35
HexFBDCDD0CC21664f5c
Octal373334335014142546117134
Binary1111101111011100110111010110011001010110011010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCDD; }

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

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

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

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

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

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

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

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