#FBDFE6

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

Shades of Amour #FBDFE6

Tints of Amour #FBDFE6

Color information

#FBDFE6 (or 0xFBDFE6) is unknown color: approx Amour. HEX triplet: FB, DF and E6. RGB value is (251,223,230). Sum of RGB (Red+Green+Blue) = 251+223+230=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 230 (90.23% from 255 or 32.67% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFE6 is #042019. Grayscale: #E8E8E8. Windows color (decimal): -270362 or 15130619. OLE color: 15130619.

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

Color convert

RGB251223230-
CMYK00.110.080.02
HSL345º77.78%92.94%-
HSV(B)345º11.16%98.43%-
XYZ80.457985.87-
YUV232.17126.78141.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 223 (87.5% from 255) = 31.68%
BLUE value IS 230 (90.23% from 255) = 32.67%
R=35.65%
G=31.68%
B=32.67%

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
Decimal25122323000.110.080.0234577.7892.94
HexFBDFE60B821594e5d
Octal373337346013102531116135
Binary1111101111011111111001100101110001010101100110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFE6; }

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

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

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

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

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

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

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

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