Html Css Color HEX #F0DAE4 Pig Pink

📋 copy color: '#F0DAE4'

red 240 ◦ green 218 ◦ blue 228

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

Shades of Pig Pink #F0DAE4

Tints of Pig Pink #F0DAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 33.24%

R = 34.99%
G = 31.78%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0DAE4 (or 0xF0DAE4) is known color: Pig Pink. HEX triplet: F0, DA and E4. RGB value is (240,218,228). Sum of RGB (Red+Green+Blue) = 240+218+228=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAE4 is #0F251B. Grayscale: #E1E1E1. Windows color (decimal): -992540 or 14998256. OLE color: 14998256.

HSL color Cylindrical-coordinate representation of color #F0DAE4: hue angle of 332.73º 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 #F0DAE4 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 218 228 -
CMYK 0 0.09 0.05 0.06
HSL 332.73º 0.42% 0.9% -
HSV(B) 332.73º 0.09% 0.94% -
XYZ 75.01 74.27 83.78 -
YUV 225.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 240 218 228 0 0.09 0.05 0.06 332.73 0.42 0.9
Hex F0 DA E4 0 9 5 6 14D 2A 5A
Octal 360 332 344 0 11 5 6 515 52 132
Binary 11110000 11011010 11100100 0 1001 101 110 101001101 101010 1011010

Color Harmonies of #F0DAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAE4

Black with #F0DAE4

Text Example


Text Example

White with #F0DAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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