Html Css Color HEX #F5DADA Soft Peach

📋 copy color: '#F5DADA'

red 245 ◦ green 218 ◦ blue 218

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

Shades of Soft Peach #F5DADA

Tints of Soft Peach #F5DADA

RGB

 RED value IS 245 (96.09% from 255) = 35.98%

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

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

R = 35.98%
G = 32.01%
B = 32.01%

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

#F5DADA (or 0xF5DADA) is known color: Soft Peach. HEX triplet: F5, DA and DA. RGB value is (245,218,218). Sum of RGB (Red+Green+Blue) = 245+218+218=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DADA is #0A2525. Grayscale: #E2E2E2. Windows color (decimal): -664870 or 14342901. OLE color: 14342901.

HSL color Cylindrical-coordinate representation of color #F5DADA: hue angle of 0º degrees, saturation: 0.57, 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 #F5DADA is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 218 218 -
CMYK 0 0.11 0.11 0.04
HSL 0.57% 0.91% -
HSV(B) 0.11% 0.96% -
XYZ 75.38 74.62 76.76 -
YUV 226.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 245 218 218 0 0.11 0.11 0.04 0 0.57 0.91
Hex F5 DA DA 0 B B 4 0 39 5B
Octal 365 332 332 0 13 13 4 0 71 133
Binary 11110101 11011010 11011010 0 1011 1011 100 0 111001 1011011

Color Harmonies of #F5DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DADA

Black with #F5DADA

Text Example


Text Example

White with #F5DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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