Html Css Color HEX #F1DCD7 Remy

📋 copy color: '#F1DCD7'

red 241 ◦ green 220 ◦ blue 215

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

Shades of Remy #F1DCD7

Tints of Remy #F1DCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.8%

R = 35.65%
G = 32.54%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1DCD7 (or 0xF1DCD7) is known color: Remy. HEX triplet: F1, DC and D7. RGB value is (241,220,215). Sum of RGB (Red+Green+Blue) = 241+220+215=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCD7 is #0E2328. Grayscale: #E1E1E1. Windows color (decimal): -926505 or 14146801. OLE color: 14146801.

HSL color Cylindrical-coordinate representation of color #F1DCD7: hue angle of 11.54º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1DCD7 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 220 215 -
CMYK 0 0.09 0.11 0.05
HSL 11.54º 0.48% 0.89% -
HSV(B) 11.54º 0.11% 0.95% -
XYZ 74.13 74.79 74.82 -
YUV 225.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 241 220 215 0 0.09 0.11 0.05 11.54 0.48 0.89
Hex F1 DC D7 0 9 B 5 C 30 59
Octal 361 334 327 0 11 13 5 14 60 131
Binary 11110001 11011100 11010111 0 1001 1011 101 1100 110000 1011001

Color Harmonies of #F1DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCD7

Black with #F1DCD7

Text Example


Text Example

White with #F1DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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