Html Css Color HEX #F1DCDB Soft Peach

📋 copy color: '#F1DCDB'

red 241 ◦ green 220 ◦ blue 219

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

Shades of Soft Peach #F1DCDB

Tints of Soft Peach #F1DCDB

RGB

 RED value IS 241 (94.53% from 255) = 35.44%

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

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

R = 35.44%
G = 32.35%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1DCDB (or 0xF1DCDB) is known color: Soft Peach. HEX triplet: F1, DC and DB. RGB value is (241,220,219). Sum of RGB (Red+Green+Blue) = 241+220+219=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCDB is #0E2324. Grayscale: #E2E2E2. Windows color (decimal): -926501 or 14408945. OLE color: 14408945.

HSL color Cylindrical-coordinate representation of color #F1DCDB: hue angle of 2.73º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DCDB is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 220 219 -
CMYK 0 0.09 0.09 0.05
HSL 2.73º 0.44% 0.9% -
HSV(B) 2.73º 0.09% 0.95% -
XYZ 74.66 75 77.56 -
YUV 226.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 241 220 219 0 0.09 0.09 0.05 2.73 0.44 0.9
Hex F1 DC DB 0 9 9 5 3 2C 5A
Octal 361 334 333 0 11 11 5 3 54 132
Binary 11110001 11011100 11011011 0 1001 1001 101 11 101100 1011010

Color Harmonies of #F1DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCDB

Black with #F1DCDB

Text Example


Text Example

White with #F1DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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