Html Css Color HEX #F6D7E6 Pig Pink

📋 copy color: '#F6D7E6'

red 246 ◦ green 215 ◦ blue 230

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

Shades of Pig Pink #F6D7E6

Tints of Pig Pink #F6D7E6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.11%

 BLUE value IS 230 (90.23% from 255) = 33.29%

R = 35.6%
G = 31.11%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F6D7E6 (or 0xF6D7E6) is known color: Pig Pink. HEX triplet: F6, D7 and E6. RGB value is (246,215,230). Sum of RGB (Red+Green+Blue) = 246+215+230=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 215 (84.38% from 255 or 31.11% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6D7E6 is #092819. Grayscale: #E1E1E1. Windows color (decimal): -600090 or 15128566. OLE color: 15128566.

HSL color Cylindrical-coordinate representation of color #F6D7E6: hue angle of 330.97º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6D7E6 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 215 230 -
CMYK 0 0.13 0.07 0.04
HSL 330.97º 0.63% 0.9% -
HSV(B) 330.97º 0.13% 0.96% -
XYZ 76.59 73.91 85.09 -
YUV 225.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 246 215 230 0 0.13 0.07 0.04 330.97 0.63 0.9
Hex F6 D7 E6 0 D 7 4 14B 3F 5A
Octal 366 327 346 0 15 7 4 513 77 132
Binary 11110110 11010111 11100110 0 1101 111 100 101001011 111111 1011010

Color Harmonies of #F6D7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D7E6

Black with #F6D7E6

Text Example


Text Example

White with #F6D7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D7E6; }

 p { color: rgb(246,215,230); }

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

background-color css

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

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

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

border-color css

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

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

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