Html Css Color HEX #F0E1EB Pig Pink

📋 copy color: '#F0E1EB'

red 240 ◦ green 225 ◦ blue 235

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

Shades of Pig Pink #F0E1EB

Tints of Pig Pink #F0E1EB

RGB

 RED value IS 240 (94.14% from 255) = 34.29%

 GREEN value IS 225 (88.28% from 255) = 32.14%

 BLUE value IS 235 (92.19% from 255) = 33.57%

R = 34.29%
G = 32.14%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0E1EB (or 0xF0E1EB) is known color: Pig Pink. HEX triplet: F0, E1 and EB. RGB value is (240,225,235). Sum of RGB (Red+Green+Blue) = 240+225+235=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1EB is #0F1E14. Grayscale: #E6E6E6. Windows color (decimal): -990741 or 15458800. OLE color: 15458800.

HSL color Cylindrical-coordinate representation of color #F0E1EB: hue angle of 320º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0E1EB is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 225 235 -
CMYK 0 0.06 0.02 0.06
HSL 320º 0.33% 0.91% -
HSV(B) 320º 0.06% 0.94% -
XYZ 77.86 78.37 89.62 -
YUV 230.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 240 225 235 0 0.06 0.02 0.06 320 0.33 0.91
Hex F0 E1 EB 0 6 2 6 140 21 5B
Octal 360 341 353 0 6 2 6 500 41 133
Binary 11110000 11100001 11101011 0 110 10 110 101000000 100001 1011011

Color Harmonies of #F0E1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E1EB

Black with #F0E1EB

Text Example


Text Example

White with #F0E1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E1EB; }

 p { color: rgb(240,225,235); }

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

background-color css

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

 a { background-color: rgb(240,225,235); }

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

border-color css

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

 span { border-color: rgb(240,225,235); }

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