Html Css Color HEX #FADDD7 Remy

📋 copy color: '#FADDD7'

red 250 ◦ green 221 ◦ blue 215

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

Shades of Remy #FADDD7

Tints of Remy #FADDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.34%

R = 36.44%
G = 32.22%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FADDD7 (or 0xFADDD7) is known color: Remy. HEX triplet: FA, DD and D7. RGB value is (250,221,215). Sum of RGB (Red+Green+Blue) = 250+221+215=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDD7 is #052228. Grayscale: #E5E5E5. Windows color (decimal): -336425 or 14147066. OLE color: 14147066.

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

Color convert

RGB 250 221 215 -
CMYK 0 0.12 0.14 0.02
HSL 10.29º 0.78% 0.91% -
HSV(B) 10.29º 0.14% 0.98% -
XYZ 77.55 76.94 75.05 -
YUV 228.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 250 221 215 0 0.12 0.14 0.02 10.29 0.78 0.91
Hex FA DD D7 0 C E 2 A 4E 5B
Octal 372 335 327 0 14 16 2 12 116 133
Binary 11111010 11011101 11010111 0 1100 1110 10 1010 1001110 1011011

Color Harmonies of #FADDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDD7

Black with #FADDD7

Text Example


Text Example

White with #FADDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDD7; }

 p { color: rgb(250,221,215); }

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

background-color css

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

 a { background-color: rgb(250,221,215); }

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

border-color css

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

 span { border-color: rgb(250,221,215); }

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