Html Css Color HEX #F2DFDD Soft Peach

📋 copy color: '#F2DFDD'

red 242 ◦ green 223 ◦ blue 221

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

Shades of Soft Peach #F2DFDD

Tints of Soft Peach #F2DFDD

RGB

 RED value IS 242 (94.92% from 255) = 35.28%

 GREEN value IS 223 (87.5% from 255) = 32.51%

 BLUE value IS 221 (86.72% from 255) = 32.22%

R = 35.28%
G = 32.51%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2DFDD (or 0xF2DFDD) is known color: Soft Peach. HEX triplet: F2, DF and DD. RGB value is (242,223,221). Sum of RGB (Red+Green+Blue) = 242+223+221=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFDD is #0D2022. Grayscale: #E4E4E4. Windows color (decimal): -860195 or 14540786. OLE color: 14540786.

HSL color Cylindrical-coordinate representation of color #F2DFDD: hue angle of 5.71º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DFDD is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 221 -
CMYK 0 0.08 0.09 0.05
HSL 5.71º 0.45% 0.91% -
HSV(B) 5.71º 0.09% 0.95% -
XYZ 76.06 76.87 79.24 -
YUV 228.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 242 223 221 0 0.08 0.09 0.05 5.71 0.45 0.91
Hex F2 DF DD 0 8 9 5 6 2D 5B
Octal 362 337 335 0 10 11 5 6 55 133
Binary 11110010 11011111 11011101 0 1000 1001 101 110 101101 1011011

Color Harmonies of #F2DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFDD

Black with #F2DFDD

Text Example


Text Example

White with #F2DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFDD; }

 p { color: rgb(242,223,221); }

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

background-color css

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

 a { background-color: rgb(242,223,221); }

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

border-color css

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

 span { border-color: rgb(242,223,221); }

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