Html Css Color HEX #F1DCD8 Remy

📋 copy color: '#F1DCD8'

red 241 ◦ green 220 ◦ blue 216

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

Shades of Remy #F1DCD8

Tints of Remy #F1DCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.91%

R = 35.6%
G = 32.5%
B = 31.91%

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

#F1DCD8 (or 0xF1DCD8) is known color: Remy. HEX triplet: F1, DC and D8. RGB value is (241,220,216). Sum of RGB (Red+Green+Blue) = 241+220+216=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCD8 is #0E2327. Grayscale: #E1E1E1. Windows color (decimal): -926504 or 14212337. OLE color: 14212337.

HSL color Cylindrical-coordinate representation of color #F1DCD8: hue angle of 9.6º degrees, saturation: 0.47, 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 #F1DCD8 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 220 216 -
CMYK 0 0.09 0.10 0.05
HSL 9.6º 0.47% 0.9% -
HSV(B) 9.6º 0.1% 0.95% -
XYZ 74.26 74.85 75.5 -
YUV 225.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 241 220 216 0 0.09 0.10 0.05 9.6 0.47 0.9
Hex F1 DC D8 0 9 A 5 A 2F 5A
Octal 361 334 330 0 11 12 5 12 57 132
Binary 11110001 11011100 11011000 0 1001 1010 101 1010 101111 1011010

Color Harmonies of #F1DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCD8

Black with #F1DCD8

Text Example


Text Example

White with #F1DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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