#F9DADA

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

Shades of Remy #F9DADA

Tints of Remy #F9DADA

Color information

#F9DADA (or 0xF9DADA) is unknown color: approx Remy. HEX triplet: F9, DA and DA. RGB value is (249,218,218). Sum of RGB (Red+Green+Blue) = 249+218+218=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DADA is #062525. Grayscale: #E3E3E3. Windows color (decimal): -402726 or 14342905. OLE color: 14342905.

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

Color convert

RGB249218218-
CMYK00.120.120.02
HSL72.09%91.57%-
HSV(B)12.45%97.65%-
XYZ76.7975.3476.83-
YUV227.27122.77143.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.35%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 218 (85.55% from 255) = 31.82%
R=36.35%
G=31.82%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921821800.120.120.02072.0991.57
HexF9DADA0CC20485c
Octal3713323320141420110134
Binary11111001110110101101101001100110010010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DADA; }

 p { color: rgb(249,218,218); }

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

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

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

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

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

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

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