Html Css Color HEX #F0DBE9 Pig Pink

📋 copy color: '#F0DBE9'

red 240 ◦ green 219 ◦ blue 233

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

Shades of Pig Pink #F0DBE9

Tints of Pig Pink #F0DBE9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.65%

 BLUE value IS 233 (91.41% from 255) = 33.67%

R = 34.68%
G = 31.65%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#F0DBE9 (or 0xF0DBE9) is known color: Pig Pink. HEX triplet: F0, DB and E9. RGB value is (240,219,233). Sum of RGB (Red+Green+Blue) = 240+219+233=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBE9 is #0F2416. Grayscale: #E2E2E2. Windows color (decimal): -992279 or 15326192. OLE color: 15326192.

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

Color convert

RGB 240 219 233 -
CMYK 0 0.09 0.03 0.06
HSL 320º 0.41% 0.9% -
HSV(B) 320º 0.09% 0.94% -
XYZ 75.97 75.07 87.58 -
YUV 226.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 240 219 233 0 0.09 0.03 0.06 320 0.41 0.9
Hex F0 DB E9 0 9 3 6 140 29 5A
Octal 360 333 351 0 11 3 6 500 51 132
Binary 11110000 11011011 11101001 0 1001 11 110 101000000 101001 1011010

Color Harmonies of #F0DBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBE9

Black with #F0DBE9

Text Example


Text Example

White with #F0DBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBE9; }

 p { color: rgb(240,219,233); }

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

background-color css

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

 a { background-color: rgb(240,219,233); }

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

border-color css

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

 span { border-color: rgb(240,219,233); }

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