Html Css Color HEX #FADEDA Remy

📋 copy color: '#FADEDA'

red 250 ◦ green 222 ◦ blue 218

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

Shades of Remy #FADEDA

Tints of Remy #FADEDA

RGB

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

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

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

R = 36.23%
G = 32.17%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FADEDA (or 0xFADEDA) is known color: Remy. HEX triplet: FA, DE and DA. RGB value is (250,222,218). Sum of RGB (Red+Green+Blue) = 250+222+218=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEDA is #052125. Grayscale: #E5E5E5. Windows color (decimal): -336166 or 14343930. OLE color: 14343930.

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

Color convert

RGB 250 222 218 -
CMYK 0 0.11 0.13 0.02
HSL 7.5º 0.76% 0.92% -
HSV(B) 7.5º 0.13% 0.98% -
XYZ 78.2 77.63 77.19 -
YUV 229.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 250 222 218 0 0.11 0.13 0.02 7.5 0.76 0.92
Hex FA DE DA 0 B D 2 8 4C 5C
Octal 372 336 332 0 13 15 2 10 114 134
Binary 11111010 11011110 11011010 0 1011 1101 10 1000 1001100 1011100

Color Harmonies of #FADEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADEDA

Black with #FADEDA

Text Example


Text Example

White with #FADEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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