Html Css Color HEX #F0DCDD Pale Pink

📋 copy color: '#F0DCDD'

red 240 ◦ green 220 ◦ blue 221

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

Shades of Pale Pink #F0DCDD

Tints of Pale Pink #F0DCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.45%

R = 35.24%
G = 32.31%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0DCDD (or 0xF0DCDD) is known color: Pale Pink. HEX triplet: F0, DC and DD. RGB value is (240,220,221). Sum of RGB (Red+Green+Blue) = 240+220+221=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCDD is #0F2322. Grayscale: #E2E2E2. Windows color (decimal): -992035 or 14540016. OLE color: 14540016.

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

Color convert

RGB 240 220 221 -
CMYK 0 0.08 0.08 0.06
HSL 357º 0.4% 0.9% -
HSV(B) 357º 0.08% 0.94% -
XYZ 74.58 74.93 78.94 -
YUV 226.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 240 220 221 0 0.08 0.08 0.06 357 0.4 0.9
Hex F0 DC DD 0 8 8 6 165 28 5A
Octal 360 334 335 0 10 10 6 545 50 132
Binary 11110000 11011100 11011101 0 1000 1000 110 101100101 101000 1011010

Color Harmonies of #F0DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCDD

Black with #F0DCDD

Text Example


Text Example

White with #F0DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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