Html Css Color HEX #F2E0EB Pig Pink

📋 copy color: '#F2E0EB'

red 242 ◦ green 224 ◦ blue 235

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

Shades of Pig Pink #F2E0EB

Tints of Pig Pink #F2E0EB

RGB

 RED value IS 242 (94.92% from 255) = 34.52%

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

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

R = 34.52%
G = 31.95%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2E0EB (or 0xF2E0EB) is known color: Pig Pink. HEX triplet: F2, E0 and EB. RGB value is (242,224,235). Sum of RGB (Red+Green+Blue) = 242+224+235=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0EB is #0D1F14. Grayscale: #E6E6E6. Windows color (decimal): -859925 or 15458546. OLE color: 15458546.

HSL color Cylindrical-coordinate representation of color #F2E0EB: hue angle of 323.33º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E0EB is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 235 -
CMYK 0 0.07 0.03 0.05
HSL 323.33º 0.41% 0.91% -
HSV(B) 323.33º 0.07% 0.95% -
XYZ 78.27 78.19 89.56 -
YUV 230.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 242 224 235 0 0.07 0.03 0.05 323.33 0.41 0.91
Hex F2 E0 EB 0 7 3 5 143 29 5B
Octal 362 340 353 0 7 3 5 503 51 133
Binary 11110010 11100000 11101011 0 111 11 101 101000011 101001 1011011

Color Harmonies of #F2E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0EB

Black with #F2E0EB

Text Example


Text Example

White with #F2E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0EB; }

 p { color: rgb(242,224,235); }

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

background-color css

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

 a { background-color: rgb(242,224,235); }

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

border-color css

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

 span { border-color: rgb(242,224,235); }

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