#FBDFE7

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

Shades of Amour #FBDFE7

Tints of Amour #FBDFE7

Color information

#FBDFE7 (or 0xFBDFE7) is unknown color: approx Amour. HEX triplet: FB, DF and E7. RGB value is (251,223,231). Sum of RGB (Red+Green+Blue) = 251+223+231=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFE7 is #042018. Grayscale: #E8E8E8. Windows color (decimal): -270361 or 15196155. OLE color: 15196155.

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

Color convert

RGB251223231-
CMYK00.110.080.02
HSL342.86º77.78%92.94%-
HSV(B)342.86º11.16%98.43%-
XYZ80.679.0586.61-
YUV232.28127.28141.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.60%
GREEN value IS 223 (87.5% from 255) = 31.63%
BLUE value IS 231 (90.62% from 255) = 32.77%
R=35.60%
G=31.63%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122323100.110.080.02342.8677.7892.94
HexFBDFE70B821574e5d
Octal373337347013102527116135
Binary1111101111011111111001110101110001010101011110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFE7; }

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

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

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

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

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

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

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

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