Html Css Color HEX #F6D8D9 We Peep

📋 copy color: '#F6D8D9'

red 246 ◦ green 216 ◦ blue 217

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

Shades of We Peep #F6D8D9

Tints of We Peep #F6D8D9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.81%

 BLUE value IS 217 (85.16% from 255) = 31.96%

R = 36.23%
G = 31.81%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F6D8D9 (or 0xF6D8D9) is known color: We Peep. HEX triplet: F6, D8 and D9. RGB value is (246,216,217). Sum of RGB (Red+Green+Blue) = 246+216+217=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 216 (84.77% from 255 or 31.81% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8D9 is #092726. Grayscale: #E1E1E1. Windows color (decimal): -599847 or 14276854. OLE color: 14276854.

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

Color convert

RGB 246 216 217 -
CMYK 0 0.12 0.12 0.04
HSL 358º 0.63% 0.91% -
HSV(B) 358º 0.12% 0.96% -
XYZ 75.09 73.71 75.92 -
YUV 225.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 246 216 217 0 0.12 0.12 0.04 358 0.63 0.91
Hex F6 D8 D9 0 C C 4 166 3E 5B
Octal 366 330 331 0 14 14 4 546 76 133
Binary 11110110 11011000 11011001 0 1100 1100 100 101100110 111110 1011011

Color Harmonies of #F6D8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D8D9

Black with #F6D8D9

Text Example


Text Example

White with #F6D8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D8D9; }

 p { color: rgb(246,216,217); }

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

background-color css

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

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

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

border-color css

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

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

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