Html Css Color HEX #F4DADA Soft Peach

📋 copy color: '#F4DADA'

red 244 ◦ green 218 ◦ blue 218

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

Shades of Soft Peach #F4DADA

Tints of Soft Peach #F4DADA

RGB

 RED value IS 244 (95.7% from 255) = 35.88%

 GREEN value IS 218 (85.55% from 255) = 32.06%

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

R = 35.88%
G = 32.06%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F4DADA (or 0xF4DADA) is known color: Soft Peach. HEX triplet: F4, DA and DA. RGB value is (244,218,218). Sum of RGB (Red+Green+Blue) = 244+218+218=680 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.88% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DADA is #0B2525. Grayscale: #E1E1E1. Windows color (decimal): -730406 or 14342900. OLE color: 14342900.

HSL color Cylindrical-coordinate representation of color #F4DADA: hue angle of 0º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4DADA is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 218 218 -
CMYK 0 0.11 0.11 0.04
HSL 0.54% 0.91% -
HSV(B) 0.11% 0.96% -
XYZ 75.03 74.44 76.74 -
YUV 225.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 244 218 218 0 0.11 0.11 0.04 0 0.54 0.91
Hex F4 DA DA 0 B B 4 0 36 5B
Octal 364 332 332 0 13 13 4 0 66 133
Binary 11110100 11011010 11011010 0 1011 1011 100 0 110110 1011011

Color Harmonies of #F4DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DADA

Black with #F4DADA

Text Example


Text Example

White with #F4DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DADA; }

 p { color: rgb(244,218,218); }

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

background-color css

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

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

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

border-color css

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

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

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