Html Css Color HEX #F9DADA Remy

📋 copy color: '#F9DADA'

red 249 ◦ green 218 ◦ blue 218

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

Shades of Remy #F9DADA

Tints of Remy #F9DADA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.82%

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

R = 36.35%
G = 31.82%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9DADA (or 0xF9DADA) is known color: Remy. HEX triplet: F9, DA and DA. RGB value is (249,218,218). Sum of RGB (Red+Green+Blue) = 249+218+218=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DADA is #062525. Grayscale: #E3E3E3. Windows color (decimal): -402726 or 14342905. OLE color: 14342905.

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

Color convert

RGB 249 218 218 -
CMYK 0 0.12 0.12 0.02
HSL 0.72% 0.92% -
HSV(B) 0.12% 0.98% -
XYZ 76.79 75.34 76.83 -
YUV 227.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 249 218 218 0 0.12 0.12 0.02 0 0.72 0.92
Hex F9 DA DA 0 C C 2 0 48 5C
Octal 371 332 332 0 14 14 2 0 110 134
Binary 11111001 11011010 11011010 0 1100 1100 10 0 1001000 1011100

Color Harmonies of #F9DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DADA

Black with #F9DADA

Text Example


Text Example

White with #F9DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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