Html Css Color HEX #FBE1DC Remy

📋 copy color: '#FBE1DC'

red 251 ◦ green 225 ◦ blue 220

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

Shades of Remy #FBE1DC

Tints of Remy #FBE1DC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.33%

 BLUE value IS 220 (86.33% from 255) = 31.61%

R = 36.06%
G = 32.33%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBE1DC (or 0xFBE1DC) is known color: Remy. HEX triplet: FB, E1 and DC. RGB value is (251,225,220). Sum of RGB (Red+Green+Blue) = 251+225+220=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1DC is #041E23. Grayscale: #E8E8E8. Windows color (decimal): -269860 or 14475771. OLE color: 14475771.

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

Color convert

RGB 251 225 220 -
CMYK 0 0.10 0.12 0.02
HSL 9.68º 0.79% 0.92% -
HSV(B) 9.68º 0.12% 0.98% -
XYZ 79.63 79.53 78.86 -
YUV 232.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 251 225 220 0 0.10 0.12 0.02 9.68 0.79 0.92
Hex FB E1 DC 0 A C 2 A 4F 5C
Octal 373 341 334 0 12 14 2 12 117 134
Binary 11111011 11100001 11011100 0 1010 1100 10 1010 1001111 1011100

Color Harmonies of #FBE1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE1DC

Black with #FBE1DC

Text Example


Text Example

White with #FBE1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE1DC; }

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

 H1.HeaderClassName
 {
   color: #FBE1DC;
 }
 .AnyTagClassName
 {
   color: #FBE1DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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