Html Css Color HEX #F6E0F0 Pig Pink

📋 copy color: '#F6E0F0'

red 246 ◦ green 224 ◦ blue 240

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

Shades of Pig Pink #F6E0F0

Tints of Pig Pink #F6E0F0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.55%

 BLUE value IS 240 (94.14% from 255) = 33.8%

R = 34.65%
G = 31.55%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6E0F0 (or 0xF6E0F0) is known color: Pig Pink. HEX triplet: F6, E0 and F0. RGB value is (246,224,240). Sum of RGB (Red+Green+Blue) = 246+224+240=710 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.65% from 710); Green value is 224 (87.89% from 255 or 31.55% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E0F0 is #091F0F. Grayscale: #E8E8E8. Windows color (decimal): -597776 or 15786230. OLE color: 15786230.

HSL color Cylindrical-coordinate representation of color #F6E0F0: hue angle of 316.36º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6E0F0 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 224 240 -
CMYK 0 0.09 0.02 0.04
HSL 316.36º 0.55% 0.92% -
HSV(B) 316.36º 0.09% 0.96% -
XYZ 80.39 79.2 93.49 -
YUV 232.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 246 224 240 0 0.09 0.02 0.04 316.36 0.55 0.92
Hex F6 E0 F0 0 9 2 4 13C 37 5C
Octal 366 340 360 0 11 2 4 474 67 134
Binary 11110110 11100000 11110000 0 1001 10 100 100111100 110111 1011100

Color Harmonies of #F6E0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6E0F0

Black with #F6E0F0

Text Example


Text Example

White with #F6E0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6E0F0; }

 p { color: rgb(246,224,240); }

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

background-color css

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

 a { background-color: rgb(246,224,240); }

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

border-color css

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

 span { border-color: rgb(246,224,240); }

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