Html Css Color HEX #F0DAE6 Pig Pink

📋 copy color: '#F0DAE6'

red 240 ◦ green 218 ◦ blue 230

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

Shades of Pig Pink #F0DAE6

Tints of Pig Pink #F0DAE6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.69%

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

R = 34.88%
G = 31.69%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F0DAE6 (or 0xF0DAE6) is known color: Pig Pink. HEX triplet: F0, DA and E6. RGB value is (240,218,230). Sum of RGB (Red+Green+Blue) = 240+218+230=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAE6 is #0F2519. Grayscale: #E1E1E1. Windows color (decimal): -992538 or 15129328. OLE color: 15129328.

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

Color convert

RGB 240 218 230 -
CMYK 0 0.09 0.04 0.06
HSL 327.27º 0.42% 0.9% -
HSV(B) 327.27º 0.09% 0.94% -
XYZ 75.29 74.38 85.25 -
YUV 225.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 240 218 230 0 0.09 0.04 0.06 327.27 0.42 0.9
Hex F0 DA E6 0 9 4 6 147 2A 5A
Octal 360 332 346 0 11 4 6 507 52 132
Binary 11110000 11011010 11100110 0 1001 100 110 101000111 101010 1011010

Color Harmonies of #F0DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAE6

Black with #F0DAE6

Text Example


Text Example

White with #F0DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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