Html Css Color HEX #F7DADA Soft Peach

📋 copy color: '#F7DADA'

red 247 ◦ green 218 ◦ blue 218

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

Shades of Soft Peach #F7DADA

Tints of Soft Peach #F7DADA

RGB

 RED value IS 247 (96.88% from 255) = 36.16%

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

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

R = 36.16%
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

#F7DADA (or 0xF7DADA) is known color: Soft Peach. HEX triplet: F7, DA and DA. RGB value is (247,218,218). Sum of RGB (Red+Green+Blue) = 247+218+218=683 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.16% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DADA is #082525. Grayscale: #E2E2E2. Windows color (decimal): -533798 or 14342903. OLE color: 14342903.

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

Color convert

RGB 247 218 218 -
CMYK 0 0.12 0.12 0.03
HSL 0.64% 0.91% -
HSV(B) 0.12% 0.97% -
XYZ 76.08 74.98 76.79 -
YUV 226.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 247 218 218 0 0.12 0.12 0.03 0 0.64 0.91
Hex F7 DA DA 0 C C 3 0 40 5B
Octal 367 332 332 0 14 14 3 0 100 133
Binary 11110111 11011010 11011010 0 1100 1100 11 0 1000000 1011011

Color Harmonies of #F7DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DADA

Black with #F7DADA

Text Example


Text Example

White with #F7DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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