#FADFDD

Color #FADFDD Remy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Remy #FADFDD

Tints of Remy #FADFDD

Color information

#FADFDD (or 0xFADFDD) is unknown color: approx Remy. HEX triplet: FA, DF and DD. RGB value is (250,223,221). Sum of RGB (Red+Green+Blue) = 250+223+221=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFDD is #052022. Grayscale: #E6E6E6. Windows color (decimal): -335907 or 14540794. OLE color: 14540794.

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

Color convert

RGB250223221-
CMYK00.110.120.02
HSL4.14º74.36%92.35%-
HSV(B)4.14º11.6%98.04%-
XYZ78.8678.3279.37-
YUV230.84122.45141.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 223 (87.5% from 255) = 32.13%
BLUE value IS 221 (86.72% from 255) = 31.84%
R=36.02%
G=32.13%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022322100.110.120.024.1474.3692.35
HexFADFDD0BC244a5c
Octal3723373350131424112134
Binary1111101011011111110111010101111001010010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFDD; }

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

 H1.HeaderClassName
 {
   color: #FADFDD;
 }
 .AnyTagClassName
 {
   color: #FADFDD;
 }
</style>
background-color css

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

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

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

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

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

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