Html Css Color HEX #FADFDA Remy

📋 copy color: '#FADFDA'

red 250 ◦ green 223 ◦ blue 218

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

Shades of Remy #FADFDA

Tints of Remy #FADFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.27%

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

R = 36.18%
G = 32.27%
B = 31.55%

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

#FADFDA (or 0xFADFDA) is known color: Remy. HEX triplet: FA, DF and DA. RGB value is (250,223,218). Sum of RGB (Red+Green+Blue) = 250+223+218=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFDA is #052025. Grayscale: #E6E6E6. Windows color (decimal): -335910 or 14344186. OLE color: 14344186.

HSL color Cylindrical-coordinate representation of color #FADFDA: hue angle of 9.38º 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 #FADFDA is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 218 -
CMYK 0 0.11 0.13 0.02
HSL 9.38º 0.76% 0.92% -
HSV(B) 9.38º 0.13% 0.98% -
XYZ 78.47 78.16 77.28 -
YUV 230.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 250 223 218 0 0.11 0.13 0.02 9.38 0.76 0.92
Hex FA DF DA 0 B D 2 9 4C 5C
Octal 372 337 332 0 13 15 2 11 114 134
Binary 11111010 11011111 11011010 0 1011 1101 10 1001 1001100 1011100

Color Harmonies of #FADFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFDA

Black with #FADFDA

Text Example


Text Example

White with #FADFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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