Html Css Color HEX #F0DBDB Soft Peach

📋 copy color: '#F0DBDB'

red 240 ◦ green 219 ◦ blue 219

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

Shades of Soft Peach #F0DBDB

Tints of Soft Peach #F0DBDB

RGB

 RED value IS 240 (94.14% from 255) = 35.4%

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

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

R = 35.4%
G = 32.3%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0DBDB (or 0xF0DBDB) is known color: Soft Peach. HEX triplet: F0, DB and DB. RGB value is (240,219,219). Sum of RGB (Red+Green+Blue) = 240+219+219=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBDB is #0F2424. Grayscale: #E1E1E1. Windows color (decimal): -992293 or 14408688. OLE color: 14408688.

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

Color convert

RGB 240 219 219 -
CMYK 0 0.09 0.09 0.06
HSL 0.41% 0.9% -
HSV(B) 0.09% 0.94% -
XYZ 74.05 74.3 77.46 -
YUV 225.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 240 219 219 0 0.09 0.09 0.06 0 0.41 0.9
Hex F0 DB DB 0 9 9 6 0 29 5A
Octal 360 333 333 0 11 11 6 0 51 132
Binary 11110000 11011011 11011011 0 1001 1001 110 0 101001 1011010

Color Harmonies of #F0DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBDB

Black with #F0DBDB

Text Example


Text Example

White with #F0DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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