Html Css Color HEX #F8DBDB Soft Peach

📋 copy color: '#F8DBDB'

red 248 ◦ green 219 ◦ blue 219

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

Shades of Soft Peach #F8DBDB

Tints of Soft Peach #F8DBDB

RGB

 RED value IS 248 (97.27% from 255) = 36.15%

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

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

R = 36.15%
G = 31.92%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8DBDB (or 0xF8DBDB) is known color: Soft Peach. HEX triplet: F8, DB and DB. RGB value is (248,219,219). Sum of RGB (Red+Green+Blue) = 248+219+219=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DBDB is #072424. Grayscale: #E3E3E3. Windows color (decimal): -468005 or 14408696. OLE color: 14408696.

HSL color Cylindrical-coordinate representation of color #F8DBDB: hue angle of 0º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DBDB is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 219 219 -
CMYK 0 0.12 0.12 0.03
HSL 0.67% 0.92% -
HSV(B) 0.12% 0.97% -
XYZ 76.83 75.73 77.59 -
YUV 227.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 248 219 219 0 0.12 0.12 0.03 0 0.67 0.92
Hex F8 DB DB 0 C C 3 0 43 5C
Octal 370 333 333 0 14 14 3 0 103 134
Binary 11111000 11011011 11011011 0 1100 1100 11 0 1000011 1011100

Color Harmonies of #F8DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DBDB

Black with #F8DBDB

Text Example


Text Example

White with #F8DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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