Html Css Color HEX #F1DCD9 Remy

📋 copy color: '#F1DCD9'

red 241 ◦ green 220 ◦ blue 217

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

Shades of Remy #F1DCD9

Tints of Remy #F1DCD9

RGB

 RED value IS 241 (94.53% from 255) = 35.55%

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

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

R = 35.55%
G = 32.45%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1DCD9 (or 0xF1DCD9) is known color: Remy. HEX triplet: F1, DC and D9. RGB value is (241,220,217). Sum of RGB (Red+Green+Blue) = 241+220+217=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCD9 is #0E2326. Grayscale: #E1E1E1. Windows color (decimal): -926503 or 14277873. OLE color: 14277873.

HSL color Cylindrical-coordinate representation of color #F1DCD9: hue angle of 7.5º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1DCD9 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 220 217 -
CMYK 0 0.09 0.10 0.05
HSL 7.5º 0.46% 0.9% -
HSV(B) 7.5º 0.1% 0.95% -
XYZ 74.39 74.9 76.18 -
YUV 225.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 241 220 217 0 0.09 0.10 0.05 7.5 0.46 0.9
Hex F1 DC D9 0 9 A 5 8 2E 5A
Octal 361 334 331 0 11 12 5 10 56 132
Binary 11110001 11011100 11011001 0 1001 1010 101 1000 101110 1011010

Color Harmonies of #F1DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCD9

Black with #F1DCD9

Text Example


Text Example

White with #F1DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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