Html Css Color HEX #F0DCE5 Pig Pink

📋 copy color: '#F0DCE5'

red 240 ◦ green 220 ◦ blue 229

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

Shades of Pig Pink #F0DCE5

Tints of Pig Pink #F0DCE5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.93%

 BLUE value IS 229 (89.84% from 255) = 33.24%

R = 34.83%
G = 31.93%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F0DCE5 (or 0xF0DCE5) is known color: Pig Pink. HEX triplet: F0, DC and E5. RGB value is (240,220,229). Sum of RGB (Red+Green+Blue) = 240+220+229=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 229 (89.84% from 255 or 33.24% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCE5 is #0F231A. Grayscale: #E2E2E2. Windows color (decimal): -992027 or 15064304. OLE color: 15064304.

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

Color convert

RGB 240 220 229 -
CMYK 0 0.08 0.05 0.06
HSL 333º 0.4% 0.9% -
HSV(B) 333º 0.08% 0.94% -
XYZ 75.67 75.37 84.69 -
YUV 227.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 240 220 229 0 0.08 0.05 0.06 333 0.4 0.9
Hex F0 DC E5 0 8 5 6 14D 28 5A
Octal 360 334 345 0 10 5 6 515 50 132
Binary 11110000 11011100 11100101 0 1000 101 110 101001101 101000 1011010

Color Harmonies of #F0DCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCE5

Black with #F0DCE5

Text Example


Text Example

White with #F0DCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCE5; }

 p { color: rgb(240,220,229); }

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

background-color css

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

 a { background-color: rgb(240,220,229); }

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

border-color css

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

 span { border-color: rgb(240,220,229); }

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