Html Css Color HEX #FADEDC Remy

📋 copy color: '#FADEDC'

red 250 ◦ green 222 ◦ blue 220

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

Shades of Remy #FADEDC

Tints of Remy #FADEDC

RGB

 RED value IS 250 (98.05% from 255) = 36.13%

 GREEN value IS 222 (87.11% from 255) = 32.08%

 BLUE value IS 220 (86.33% from 255) = 31.79%

R = 36.13%
G = 32.08%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FADEDC (or 0xFADEDC) is known color: Remy. HEX triplet: FA, DE and DC. RGB value is (250,222,220). Sum of RGB (Red+Green+Blue) = 250+222+220=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEDC is #052123. Grayscale: #E6E6E6. Windows color (decimal): -336164 or 14475002. OLE color: 14475002.

HSL color Cylindrical-coordinate representation of color #FADEDC: hue angle of 4º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADEDC is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 222 220 -
CMYK 0 0.11 0.12 0.02
HSL 0.75% 0.92% -
HSV(B) 0.12% 0.98% -
XYZ 78.46 77.73 78.58 -
YUV 230.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 250 222 220 0 0.11 0.12 0.02 4 0.75 0.92
Hex FA DE DC 0 B C 2 4 4B 5C
Octal 372 336 334 0 13 14 2 4 113 134
Binary 11111010 11011110 11011100 0 1011 1100 10 100 1001011 1011100

Color Harmonies of #FADEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADEDC

Black with #FADEDC

Text Example


Text Example

White with #FADEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADEDC; }

 p { color: rgb(250,222,220); }

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

background-color css

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

 a { background-color: rgb(250,222,220); }

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

border-color css

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

 span { border-color: rgb(250,222,220); }

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