Html Css Color HEX #FEDDDA Remy

📋 copy color: '#FEDDDA'

red 254 ◦ green 221 ◦ blue 218

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

Shades of Remy #FEDDDA

Tints of Remy #FEDDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.89%

 BLUE value IS 218 (85.55% from 255) = 31.46%

R = 36.65%
G = 31.89%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEDDDA (or 0xFEDDDA) is known color: Remy. HEX triplet: FE, DD and DA. RGB value is (254,221,218). Sum of RGB (Red+Green+Blue) = 254+221+218=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDDA is #012225. Grayscale: #E6E6E6. Windows color (decimal): -74278 or 14343678. OLE color: 14343678.

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

Color convert

RGB 254 221 218 -
CMYK 0 0.13 0.14 0.00
HSL 0.95% 0.93% -
HSV(B) 0.14% 1% -
XYZ 79.38 77.85 77.17 -
YUV 230.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 254 221 218 0 0.13 0.14 0.00 5 0.95 0.93
Hex FE DD DA 0 D E 0 5 5F 5D
Octal 376 335 332 0 15 16 0 5 137 135
Binary 11111110 11011101 11011010 0 1101 1110 0 101 1011111 1011101

Color Harmonies of #FEDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDDA

Black with #FEDDDA

Text Example


Text Example

White with #FEDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDDA; }

 p { color: rgb(254,221,218); }

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

background-color css

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

 a { background-color: rgb(254,221,218); }

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

border-color css

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

 span { border-color: rgb(254,221,218); }

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