Html Css Color HEX #FFE0F2 Pig Pink

📋 copy color: '#FFE0F2'

red 255 ◦ green 224 ◦ blue 242

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

Shades of Pig Pink #FFE0F2

Tints of Pig Pink #FFE0F2

RGB

 RED value IS 255 (100% from 255) = 35.37%

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

 BLUE value IS 242 (94.92% from 255) = 33.56%

R = 35.37%
G = 31.07%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FFE0F2 (or 0xFFE0F2) is known color: Pig Pink. HEX triplet: FF, E0 and F2. RGB value is (255,224,242). Sum of RGB (Red+Green+Blue) = 255+224+242=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 224 (87.89% from 255 or 31.07% from 721); Blue value is 242 (94.92% from 255 or 33.56% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0F2 is #001F0D. Grayscale: #EBEBEB. Windows color (decimal): -7950 or 15917311. OLE color: 15917311.

HSL color Cylindrical-coordinate representation of color #FFE0F2: hue angle of 325.16º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE0F2 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 224 242 -
CMYK 0 0.12 0.05 0
HSL 325.16º 1% 0.94% -
HSV(B) 325.16º 0.12% 1% -
XYZ 83.92 80.98 95.21 -
YUV 235.32 131.77 142.04 -
System Red Green Blue C M Y K H S L
Decimal 255 224 242 0 0.12 0.05 0 325.16 1 0.94
Hex FF E0 F2 0 C 5 0 145 64 5E
Octal 377 340 362 0 14 5 0 505 144 136
Binary 11111111 11100000 11110010 0 1100 101 0 101000101 1100100 1011110

Color Harmonies of #FFE0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE0F2

Black with #FFE0F2

Text Example


Text Example

White with #FFE0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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