Html Css Color HEX #F0E2EB Pig Pink

📋 copy color: '#F0E2EB'

red 240 ◦ green 226 ◦ blue 235

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

Shades of Pig Pink #F0E2EB

Tints of Pig Pink #F0E2EB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.24%

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

R = 34.24%
G = 32.24%
B = 33.52%

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

#F0E2EB (or 0xF0E2EB) is known color: Pig Pink. HEX triplet: F0, E2 and EB. RGB value is (240,226,235). Sum of RGB (Red+Green+Blue) = 240+226+235=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E2EB is #0F1D14. Grayscale: #E7E7E7. Windows color (decimal): -990485 or 15459056. OLE color: 15459056.

HSL color Cylindrical-coordinate representation of color #F0E2EB: hue angle of 321.43º degrees, saturation: 0.32, 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 #F0E2EB is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 226 235 -
CMYK 0 0.06 0.02 0.06
HSL 321.43º 0.32% 0.91% -
HSV(B) 321.43º 0.06% 0.94% -
XYZ 78.13 78.92 89.71 -
YUV 231.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 240 226 235 0 0.06 0.02 0.06 321.43 0.32 0.91
Hex F0 E2 EB 0 6 2 6 141 20 5B
Octal 360 342 353 0 6 2 6 501 40 133
Binary 11110000 11100010 11101011 0 110 10 110 101000001 100000 1011011

Color Harmonies of #F0E2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E2EB

Black with #F0E2EB

Text Example


Text Example

White with #F0E2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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