#F9DCDA

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

Shades of Remy #F9DCDA

Tints of Remy #F9DCDA

Color information

#F9DCDA (or 0xF9DCDA) is unknown color: approx Remy. HEX triplet: F9, DC and DA. RGB value is (249,220,218). Sum of RGB (Red+Green+Blue) = 249+220+218=687 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.24% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCDA is #062325. Grayscale: #E4E4E4. Windows color (decimal): -402214 or 14343417. OLE color: 14343417.

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

Color convert

RGB249220218-
CMYK00.120.120.02
HSL3.87º72.09%91.57%-
HSV(B)3.87º12.45%97.65%-
XYZ77.3276.3977-
YUV228.44122.11142.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.24%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 218 (85.55% from 255) = 31.73%
R=36.24%
G=32.02%
B=31.73%

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
Decimal24922021800.120.120.023.8772.0991.57
HexF9DCDA0CC24485c
Octal3713343320141424110134
Binary1111100111011100110110100110011001010010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCDA; }

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

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

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

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

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

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

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

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