Html Css Color HEX #F0DEDF Pale Pink

📋 copy color: '#F0DEDF'

red 240 ◦ green 222 ◦ blue 223

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

Shades of Pale Pink #F0DEDF

Tints of Pale Pink #F0DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.41%

 BLUE value IS 223 (87.5% from 255) = 32.55%

R = 35.04%
G = 32.41%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F0DEDF (or 0xF0DEDF) is known color: Pale Pink. HEX triplet: F0, DE and DF. RGB value is (240,222,223). Sum of RGB (Red+Green+Blue) = 240+222+223=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEDF is #0F2120. Grayscale: #E3E3E3. Windows color (decimal): -991521 or 14671600. OLE color: 14671600.

HSL color Cylindrical-coordinate representation of color #F0DEDF: hue angle of 356.67º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0DEDF is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 222 223 -
CMYK 0 0.08 0.07 0.06
HSL 356.67º 0.38% 0.91% -
HSV(B) 356.67º 0.07% 0.94% -
XYZ 75.38 76.1 80.53 -
YUV 227.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 240 222 223 0 0.08 0.07 0.06 356.67 0.38 0.91
Hex F0 DE DF 0 8 7 6 165 26 5B
Octal 360 336 337 0 10 7 6 545 46 133
Binary 11110000 11011110 11011111 0 1000 111 110 101100101 100110 1011011

Color Harmonies of #F0DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEDF

Black with #F0DEDF

Text Example


Text Example

White with #F0DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEDF; }

 p { color: rgb(240,222,223); }

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

background-color css

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

 a { background-color: rgb(240,222,223); }

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

border-color css

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

 span { border-color: rgb(240,222,223); }

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