Html Css Color HEX #F9DFDA Remy

📋 copy color: '#F9DFDA'

red 249 ◦ green 223 ◦ blue 218

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

Shades of Remy #F9DFDA

Tints of Remy #F9DFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.32%

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

R = 36.09%
G = 32.32%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9DFDA (or 0xF9DFDA) is known color: Remy. HEX triplet: F9, DF and DA. RGB value is (249,223,218). Sum of RGB (Red+Green+Blue) = 249+223+218=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFDA is #062025. Grayscale: #E6E6E6. Windows color (decimal): -401446 or 14344185. OLE color: 14344185.

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

Color convert

RGB 249 223 218 -
CMYK 0 0.10 0.12 0.02
HSL 9.68º 0.72% 0.92% -
HSV(B) 9.68º 0.12% 0.98% -
XYZ 78.11 77.98 77.26 -
YUV 230.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 249 223 218 0 0.10 0.12 0.02 9.68 0.72 0.92
Hex F9 DF DA 0 A C 2 A 48 5C
Octal 371 337 332 0 12 14 2 12 110 134
Binary 11111001 11011111 11011010 0 1010 1100 10 1010 1001000 1011100

Color Harmonies of #F9DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DFDA

Black with #F9DFDA

Text Example


Text Example

White with #F9DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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