Html Css Color HEX #F1DBDB Soft Peach

📋 copy color: '#F1DBDB'

red 241 ◦ green 219 ◦ blue 219

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

Shades of Soft Peach #F1DBDB

Tints of Soft Peach #F1DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.25%

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

R = 35.49%
G = 32.25%
B = 32.25%

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

#F1DBDB (or 0xF1DBDB) is known color: Soft Peach. HEX triplet: F1, DB and DB. RGB value is (241,219,219). Sum of RGB (Red+Green+Blue) = 241+219+219=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBDB is #0E2424. Grayscale: #E1E1E1. Windows color (decimal): -926757 or 14408689. OLE color: 14408689.

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

Color convert

RGB 241 219 219 -
CMYK 0 0.09 0.09 0.05
HSL 0.44% 0.9% -
HSV(B) 0.09% 0.95% -
XYZ 74.39 74.48 77.47 -
YUV 225.58 124.29 139 -
System Red Green Blue C M Y K H S L
Decimal 241 219 219 0 0.09 0.09 0.05 0 0.44 0.9
Hex F1 DB DB 0 9 9 5 0 2C 5A
Octal 361 333 333 0 11 11 5 0 54 132
Binary 11110001 11011011 11011011 0 1001 1001 101 0 101100 1011010

Color Harmonies of #F1DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBDB

Black with #F1DBDB

Text Example


Text Example

White with #F1DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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