Html Css Color HEX #F9DCDB Remy

📋 copy color: '#F9DCDB'

red 249 ◦ green 220 ◦ blue 219

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

Shades of Remy #F9DCDB

Tints of Remy #F9DCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 31.83%

R = 36.19%
G = 31.98%
B = 31.83%

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

#F9DCDB (or 0xF9DCDB) is known color: Remy. HEX triplet: F9, DC and DB. RGB value is (249,220,219). Sum of RGB (Red+Green+Blue) = 249+220+219=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCDB is #062324. Grayscale: #E4E4E4. Windows color (decimal): -402213 or 14408953. OLE color: 14408953.

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

Color convert

RGB 249 220 219 -
CMYK 0 0.12 0.12 0.02
HSL 0.71% 0.92% -
HSV(B) 0.12% 0.98% -
XYZ 77.45 76.44 77.69 -
YUV 228.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 249 220 219 0 0.12 0.12 0.02 2 0.71 0.92
Hex F9 DC DB 0 C C 2 2 47 5C
Octal 371 334 333 0 14 14 2 2 107 134
Binary 11111001 11011100 11011011 0 1100 1100 10 10 1000111 1011100

Color Harmonies of #F9DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DCDB

Black with #F9DCDB

Text Example


Text Example

White with #F9DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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