Html Css Color HEX #F9DDDA Remy

📋 copy color: '#F9DDDA'

red 249 ◦ green 221 ◦ blue 218

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

Shades of Remy #F9DDDA

Tints of Remy #F9DDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.69%

R = 36.19%
G = 32.12%
B = 31.69%

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

#F9DDDA (or 0xF9DDDA) is known color: Remy. HEX triplet: F9, DD and DA. RGB value is (249,221,218). Sum of RGB (Red+Green+Blue) = 249+221+218=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDDA is #062225. Grayscale: #E5E5E5. Windows color (decimal): -401958 or 14343673. OLE color: 14343673.

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

Color convert

RGB 249 221 218 -
CMYK 0 0.11 0.12 0.02
HSL 5.81º 0.72% 0.92% -
HSV(B) 5.81º 0.12% 0.98% -
XYZ 77.58 76.91 77.09 -
YUV 229.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 249 221 218 0 0.11 0.12 0.02 5.81 0.72 0.92
Hex F9 DD DA 0 B C 2 6 48 5C
Octal 371 335 332 0 13 14 2 6 110 134
Binary 11111001 11011101 11011010 0 1011 1100 10 110 1001000 1011100

Color Harmonies of #F9DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DDDA

Black with #F9DDDA

Text Example


Text Example

White with #F9DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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