Html Css Color HEX #FBDFE7 Amour

📋 copy color: '#FBDFE7'

red 251 ◦ green 223 ◦ blue 231

#FBDFE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amour #FBDFE7

Tints of Amour #FBDFE7

RGB

 RED value IS 251 (98.44% from 255) = 35.6%

 GREEN value IS 223 (87.5% from 255) = 31.63%

 BLUE value IS 231 (90.63% from 255) = 32.77%

R = 35.6%
G = 31.63%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FBDFE7 (or 0xFBDFE7) is known color: 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

RGB 251 223 231 -
CMYK 0 0.11 0.08 0.02
HSL 342.86º 0.78% 0.93% -
HSV(B) 342.86º 0.11% 0.98% -
XYZ 80.6 79.05 86.61 -
YUV 232.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 251 223 231 0 0.11 0.08 0.02 342.86 0.78 0.93
Hex FB DF E7 0 B 8 2 157 4E 5D
Octal 373 337 347 0 13 10 2 527 116 135
Binary 11111011 11011111 11100111 0 1011 1000 10 101010111 1001110 1011101

Color Harmonies of #FBDFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFE7

Black with #FBDFE7

Text Example


Text Example

White with #FBDFE7

Text Example


Text Example

HTML Codes & Css Web 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>