#FBDFDC

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

Shades of Remy #FBDFDC

Tints of Remy #FBDFDC

Color information

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

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

Color convert

RGB251223220-
CMYK00.110.120.02
HSL5.81º79.49%92.35%-
HSV(B)5.81º12.35%98.43%-
XYZ79.0978.4578.68-
YUV231.03121.78142.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122322000.110.120.025.8179.4992.35
HexFBDFDC0BC264f5c
Octal3733373340131426117134
Binary1111101111011111110111000101111001011010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFDC; }

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

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

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

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

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

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

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

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