Html Css Color HEX #F1DCDA Soft Peach

📋 copy color: '#F1DCDA'

red 241 ◦ green 220 ◦ blue 218

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

Shades of Soft Peach #F1DCDA

Tints of Soft Peach #F1DCDA

RGB

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

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

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

R = 35.49%
G = 32.4%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1DCDA (or 0xF1DCDA) is known color: Soft Peach. HEX triplet: F1, DC and DA. RGB value is (241,220,218). Sum of RGB (Red+Green+Blue) = 241+220+218=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCDA is #0E2325. Grayscale: #E2E2E2. Windows color (decimal): -926502 or 14343409. OLE color: 14343409.

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

Color convert

RGB 241 220 218 -
CMYK 0 0.09 0.10 0.05
HSL 5.22º 0.45% 0.9% -
HSV(B) 5.22º 0.1% 0.95% -
XYZ 74.52 74.95 76.87 -
YUV 226.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 241 220 218 0 0.09 0.10 0.05 5.22 0.45 0.9
Hex F1 DC DA 0 9 A 5 5 2D 5A
Octal 361 334 332 0 11 12 5 5 55 132
Binary 11110001 11011100 11011010 0 1001 1010 101 101 101101 1011010

Color Harmonies of #F1DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCDA

Black with #F1DCDA

Text Example


Text Example

White with #F1DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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