Html Css Color HEX #FBDCD9 Remy

📋 copy color: '#FBDCD9'

red 251 ◦ green 220 ◦ blue 217

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

Shades of Remy #FBDCD9

Tints of Remy #FBDCD9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.98%

 BLUE value IS 217 (85.16% from 255) = 31.54%

R = 36.48%
G = 31.98%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBDCD9 (or 0xFBDCD9) is known color: Remy. HEX triplet: FB, DC and D9. RGB value is (251,220,217). Sum of RGB (Red+Green+Blue) = 251+220+217=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 217 (85.16% from 255 or 31.54% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCD9 is #042326. Grayscale: #E4E4E4. Windows color (decimal): -271143 or 14277883. OLE color: 14277883.

HSL color Cylindrical-coordinate representation of color #FBDCD9: hue angle of 5.29º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBDCD9 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 220 217 -
CMYK 0 0.12 0.14 0.02
HSL 5.29º 0.81% 0.92% -
HSV(B) 5.29º 0.14% 0.98% -
XYZ 77.9 76.71 76.35 -
YUV 228.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 251 220 217 0 0.12 0.14 0.02 5.29 0.81 0.92
Hex FB DC D9 0 C E 2 5 51 5C
Octal 373 334 331 0 14 16 2 5 121 134
Binary 11111011 11011100 11011001 0 1100 1110 10 101 1010001 1011100

Color Harmonies of #FBDCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDCD9

Black with #FBDCD9

Text Example


Text Example

White with #FBDCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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