Html Css Color HEX #F0D7DC Pale Rose

📋 copy color: '#F0D7DC'

red 240 ◦ green 215 ◦ blue 220

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

Shades of Pale Rose #F0D7DC

Tints of Pale Rose #F0D7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.85%

 BLUE value IS 220 (86.33% from 255) = 32.59%

R = 35.56%
G = 31.85%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0D7DC (or 0xF0D7DC) is known color: Pale Rose. HEX triplet: F0, D7 and DC. RGB value is (240,215,220). Sum of RGB (Red+Green+Blue) = 240+215+220=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7DC is #0F2823. Grayscale: #DFDFDF. Windows color (decimal): -993316 or 14473200. OLE color: 14473200.

HSL color Cylindrical-coordinate representation of color #F0D7DC: hue angle of 348º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D7DC is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 215 220 -
CMYK 0 0.10 0.08 0.06
HSL 348º 0.45% 0.89% -
HSV(B) 348º 0.1% 0.94% -
XYZ 73.15 72.29 77.81 -
YUV 223.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 240 215 220 0 0.10 0.08 0.06 348 0.45 0.89
Hex F0 D7 DC 0 A 8 6 15C 2D 59
Octal 360 327 334 0 12 10 6 534 55 131
Binary 11110000 11010111 11011100 0 1010 1000 110 101011100 101101 1011001

Color Harmonies of #F0D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7DC

Black with #F0D7DC

Text Example


Text Example

White with #F0D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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