Html Css Color HEX #F6DCE6 Pig Pink

📋 copy color: '#F6DCE6'

red 246 ◦ green 220 ◦ blue 230

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

Shades of Pig Pink #F6DCE6

Tints of Pig Pink #F6DCE6

RGB

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

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

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

R = 35.34%
G = 31.61%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F6DCE6 (or 0xF6DCE6) is known color: Pig Pink. HEX triplet: F6, DC and E6. RGB value is (246,220,230). Sum of RGB (Red+Green+Blue) = 246+220+230=696 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.34% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 230 (90.23% from 255 or 33.05% from 696); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCE6 is #092319. Grayscale: #E4E4E4. Windows color (decimal): -598810 or 15129846. OLE color: 15129846.

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

Color convert

RGB 246 220 230 -
CMYK 0 0.11 0.07 0.04
HSL 336.92º 0.59% 0.91% -
HSV(B) 336.92º 0.11% 0.96% -
XYZ 77.88 76.49 85.52 -
YUV 228.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 246 220 230 0 0.11 0.07 0.04 336.92 0.59 0.91
Hex F6 DC E6 0 B 7 4 151 3B 5B
Octal 366 334 346 0 13 7 4 521 73 133
Binary 11110110 11011100 11100110 0 1011 111 100 101010001 111011 1011011

Color Harmonies of #F6DCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCE6

Black with #F6DCE6

Text Example


Text Example

White with #F6DCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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