Html Css Color HEX #F0DEE6 Pig Pink

📋 copy color: '#F0DEE6'

red 240 ◦ green 222 ◦ blue 230

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

Shades of Pig Pink #F0DEE6

Tints of Pig Pink #F0DEE6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.08%

 BLUE value IS 230 (90.23% from 255) = 33.24%

R = 34.68%
G = 32.08%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F0DEE6 (or 0xF0DEE6) is known color: Pig Pink. HEX triplet: F0, DE and E6. RGB value is (240,222,230). Sum of RGB (Red+Green+Blue) = 240+222+230=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DEE6 is #0F2119. Grayscale: #E4E4E4. Windows color (decimal): -991514 or 15130352. OLE color: 15130352.

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

Color convert

RGB 240 222 230 -
CMYK 0 0.08 0.04 0.06
HSL 333.33º 0.38% 0.91% -
HSV(B) 333.33º 0.07% 0.94% -
XYZ 76.34 76.48 85.6 -
YUV 228.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 240 222 230 0 0.08 0.04 0.06 333.33 0.38 0.91
Hex F0 DE E6 0 8 4 6 14D 26 5B
Octal 360 336 346 0 10 4 6 515 46 133
Binary 11110000 11011110 11100110 0 1000 100 110 101001101 100110 1011011

Color Harmonies of #F0DEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEE6

Black with #F0DEE6

Text Example


Text Example

White with #F0DEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEE6; }

 p { color: rgb(240,222,230); }

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

background-color css

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

 a { background-color: rgb(240,222,230); }

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

border-color css

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

 span { border-color: rgb(240,222,230); }

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