Html Css Color HEX #F9DCD7 Remy

📋 copy color: '#F9DCD7'

red 249 ◦ green 220 ◦ blue 215

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

Shades of Remy #F9DCD7

Tints of Remy #F9DCD7

RGB

 RED value IS 249 (97.66% from 255) = 36.4%

 GREEN value IS 220 (86.33% from 255) = 32.16%

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

R = 36.4%
G = 32.16%
B = 31.43%

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

#F9DCD7 (or 0xF9DCD7) is known color: Remy. HEX triplet: F9, DC and D7. RGB value is (249,220,215). Sum of RGB (Red+Green+Blue) = 249+220+215=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 215 (84.38% from 255 or 31.43% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCD7 is #062328. Grayscale: #E4E4E4. Windows color (decimal): -402217 or 14146809. OLE color: 14146809.

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

Color convert

RGB 249 220 215 -
CMYK 0 0.12 0.14 0.02
HSL 8.82º 0.74% 0.91% -
HSV(B) 8.82º 0.14% 0.98% -
XYZ 76.93 76.23 74.95 -
YUV 228.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 249 220 215 0 0.12 0.14 0.02 8.82 0.74 0.91
Hex F9 DC D7 0 C E 2 9 4A 5B
Octal 371 334 327 0 14 16 2 11 112 133
Binary 11111001 11011100 11010111 0 1100 1110 10 1001 1001010 1011011

Color Harmonies of #F9DCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DCD7

Black with #F9DCD7

Text Example


Text Example

White with #F9DCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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