Html Css Color HEX #F6DCDC Soft Peach

📋 copy color: '#F6DCDC'

red 246 ◦ green 220 ◦ blue 220

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

Shades of Soft Peach #F6DCDC

Tints of Soft Peach #F6DCDC

RGB

 RED value IS 246 (96.48% from 255) = 35.86%

 GREEN value IS 220 (86.33% from 255) = 32.07%

 BLUE value IS 220 (86.33% from 255) = 32.07%

R = 35.86%
G = 32.07%
B = 32.07%

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

#F6DCDC (or 0xF6DCDC) is known color: Soft Peach. HEX triplet: F6, DC and DC. RGB value is (246,220,220). Sum of RGB (Red+Green+Blue) = 246+220+220=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCDC is #092323. Grayscale: #E3E3E3. Windows color (decimal): -598820 or 14474486. OLE color: 14474486.

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

Color convert

RGB 246 220 220 -
CMYK 0 0.11 0.11 0.04
HSL 0.59% 0.91% -
HSV(B) 0.11% 0.96% -
XYZ 76.52 75.95 78.34 -
YUV 227.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 246 220 220 0 0.11 0.11 0.04 0 0.59 0.91
Hex F6 DC DC 0 B B 4 0 3B 5B
Octal 366 334 334 0 13 13 4 0 73 133
Binary 11110110 11011100 11011100 0 1011 1011 100 0 111011 1011011

Color Harmonies of #F6DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCDC

Black with #F6DCDC

Text Example


Text Example

White with #F6DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCDC; }

 p { color: rgb(246,220,220); }

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

background-color css

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

 a { background-color: rgb(246,220,220); }

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

border-color css

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

 span { border-color: rgb(246,220,220); }

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