Html Css Color HEX #FEDCD8 Remy

📋 copy color: '#FEDCD8'

red 254 ◦ green 220 ◦ blue 216

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

Shades of Remy #FEDCD8

Tints of Remy #FEDCD8

RGB

 RED value IS 254 (99.61% from 255) = 36.81%

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

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

R = 36.81%
G = 31.88%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEDCD8 (or 0xFEDCD8) is known color: Remy. HEX triplet: FE, DC and D8. RGB value is (254,220,216). Sum of RGB (Red+Green+Blue) = 254+220+216=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 216 (84.77% from 255 or 31.30% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD8 is #012327. Grayscale: #E5E5E5. Windows color (decimal): -74536 or 14212350. OLE color: 14212350.

HSL color Cylindrical-coordinate representation of color #FEDCD8: hue angle of 6.32º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEDCD8 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 216 -
CMYK 0 0.13 0.15 0.00
HSL 6.32º 0.95% 0.92% -
HSV(B) 6.32º 0.15% 1% -
XYZ 78.86 77.22 75.71 -
YUV 229.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 254 220 216 0 0.13 0.15 0.00 6.32 0.95 0.92
Hex FE DC D8 0 D F 0 6 5F 5C
Octal 376 334 330 0 15 17 0 6 137 134
Binary 11111110 11011100 11011000 0 1101 1111 0 110 1011111 1011100

Color Harmonies of #FEDCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCD8

Black with #FEDCD8

Text Example


Text Example

White with #FEDCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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