Html Css Color HEX #F7D6D7 We Peep

📋 copy color: '#F7D6D7'

red 247 ◦ green 214 ◦ blue 215

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

Shades of We Peep #F7D6D7

Tints of We Peep #F7D6D7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.66%

 BLUE value IS 215 (84.38% from 255) = 31.8%

R = 36.54%
G = 31.66%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F7D6D7 (or 0xF7D6D7) is known color: We Peep. HEX triplet: F7, D6 and D7. RGB value is (247,214,215). Sum of RGB (Red+Green+Blue) = 247+214+215=676 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.54% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D6D7 is #082928. Grayscale: #E0E0E0. Windows color (decimal): -534825 or 14145271. OLE color: 14145271.

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

Color convert

RGB 247 214 215 -
CMYK 0 0.13 0.13 0.03
HSL 358.18º 0.67% 0.9% -
HSV(B) 358.18º 0.13% 0.97% -
XYZ 74.67 72.77 74.4 -
YUV 223.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 247 214 215 0 0.13 0.13 0.03 358.18 0.67 0.9
Hex F7 D6 D7 0 D D 3 166 43 5A
Octal 367 326 327 0 15 15 3 546 103 132
Binary 11110111 11010110 11010111 0 1101 1101 11 101100110 1000011 1011010

Color Harmonies of #F7D6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D6D7

Black with #F7D6D7

Text Example


Text Example

White with #F7D6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D6D7; }

 p { color: rgb(247,214,215); }

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

background-color css

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

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

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

border-color css

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

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

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