#FBDCDF

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

Shades of Pale Pink #FBDCDF

Tints of Pale Pink #FBDCDF

Color information

#FBDCDF (or 0xFBDCDF) is unknown color: approx Pale Pink. HEX triplet: FB, DC and DF. RGB value is (251,220,223). Sum of RGB (Red+Green+Blue) = 251+220+223=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCDF is #042320. Grayscale: #E5E5E5. Windows color (decimal): -271137 or 14671099. OLE color: 14671099.

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

Color convert

RGB251220223-
CMYK00.120.110.02
HSL354.19º79.49%92.35%-
HSV(B)354.19º12.35%98.43%-
XYZ78.777.0280.53-
YUV229.61124.27143.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 220 (86.33% from 255) = 31.70%
BLUE value IS 223 (87.5% from 255) = 32.13%
R=36.17%
G=31.70%
B=32.13%

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
Decimal25122022300.120.110.02354.1979.4992.35
HexFBDCDF0CB21624f5c
Octal373334337014132542117134
Binary1111101111011100110111110110010111010110001010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCDF; }

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

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

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

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

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

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

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

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