Html Css Color HEX #F9DDDC Remy

📋 copy color: '#F9DDDC'

red 249 ◦ green 221 ◦ blue 220

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

Shades of Remy #F9DDDC

Tints of Remy #F9DDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.88%

R = 36.09%
G = 32.03%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9DDDC (or 0xF9DDDC) is known color: Remy. HEX triplet: F9, DD and DC. RGB value is (249,221,220). Sum of RGB (Red+Green+Blue) = 249+221+220=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDDC is #062223. Grayscale: #E5E5E5. Windows color (decimal): -401956 or 14474745. OLE color: 14474745.

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

Color convert

RGB 249 221 220 -
CMYK 0 0.11 0.12 0.02
HSL 2.07º 0.71% 0.92% -
HSV(B) 2.07º 0.12% 0.98% -
XYZ 77.84 77.02 78.47 -
YUV 229.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 249 221 220 0 0.11 0.12 0.02 2.07 0.71 0.92
Hex F9 DD DC 0 B C 2 2 47 5C
Octal 371 335 334 0 13 14 2 2 107 134
Binary 11111001 11011101 11011100 0 1011 1100 10 10 1000111 1011100

Color Harmonies of #F9DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DDDC

Black with #F9DDDC

Text Example


Text Example

White with #F9DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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