Html Css Color HEX #F8DCD6 Remy

📋 copy color: '#F8DCD6'

red 248 ◦ green 220 ◦ blue 214

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

Shades of Remy #F8DCD6

Tints of Remy #F8DCD6

RGB

 RED value IS 248 (97.27% from 255) = 36.36%

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

 BLUE value IS 214 (83.98% from 255) = 31.38%

R = 36.36%
G = 32.26%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F8DCD6 (or 0xF8DCD6) is known color: Remy. HEX triplet: F8, DC and D6. RGB value is (248,220,214). Sum of RGB (Red+Green+Blue) = 248+220+214=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 214 (83.98% from 255 or 31.38% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCD6 is #072329. Grayscale: #E3E3E3. Windows color (decimal): -467754 or 14081272. OLE color: 14081272.

HSL color Cylindrical-coordinate representation of color #F8DCD6: hue angle of 10.59º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8DCD6 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 214 -
CMYK 0 0.11 0.14 0.03
HSL 10.59º 0.71% 0.91% -
HSV(B) 10.59º 0.14% 0.97% -
XYZ 76.44 76 74.26 -
YUV 227.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 248 220 214 0 0.11 0.14 0.03 10.59 0.71 0.91
Hex F8 DC D6 0 B E 3 B 47 5B
Octal 370 334 326 0 13 16 3 13 107 133
Binary 11111000 11011100 11010110 0 1011 1110 11 1011 1000111 1011011

Color Harmonies of #F8DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCD6

Black with #F8DCD6

Text Example


Text Example

White with #F8DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCD6; }

 p { color: rgb(248,220,214); }

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

background-color css

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

 a { background-color: rgb(248,220,214); }

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

border-color css

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

 span { border-color: rgb(248,220,214); }

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