Html Css Color HEX #F0DDE6 Pig Pink

📋 copy color: '#F0DDE6'

red 240 ◦ green 221 ◦ blue 230

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

Shades of Pig Pink #F0DDE6

Tints of Pig Pink #F0DDE6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.98%

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

R = 34.73%
G = 31.98%
B = 33.29%

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

#F0DDE6 (or 0xF0DDE6) is known color: Pig Pink. HEX triplet: F0, DD and E6. RGB value is (240,221,230). Sum of RGB (Red+Green+Blue) = 240+221+230=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDE6 is #0F2219. Grayscale: #E3E3E3. Windows color (decimal): -991770 or 15130096. OLE color: 15130096.

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

Color convert

RGB 240 221 230 -
CMYK 0 0.08 0.04 0.06
HSL 331.58º 0.39% 0.9% -
HSV(B) 331.58º 0.08% 0.94% -
XYZ 76.07 75.95 85.51 -
YUV 227.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 240 221 230 0 0.08 0.04 0.06 331.58 0.39 0.9
Hex F0 DD E6 0 8 4 6 14C 27 5A
Octal 360 335 346 0 10 4 6 514 47 132
Binary 11110000 11011101 11100110 0 1000 100 110 101001100 100111 1011010

Color Harmonies of #F0DDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DDE6

Black with #F0DDE6

Text Example


Text Example

White with #F0DDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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