Html Css Color HEX #F0D9DE Pale Rose

📋 copy color: '#F0D9DE'

red 240 ◦ green 217 ◦ blue 222

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

Shades of Pale Rose #F0D9DE

Tints of Pale Rose #F0D9DE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.96%

 BLUE value IS 222 (87.11% from 255) = 32.7%

R = 35.35%
G = 31.96%
B = 32.7%

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

#F0D9DE (or 0xF0D9DE) is known color: Pale Rose. HEX triplet: F0, D9 and DE. RGB value is (240,217,222). Sum of RGB (Red+Green+Blue) = 240+217+222=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9DE is #0F2621. Grayscale: #E0E0E0. Windows color (decimal): -992802 or 14604784. OLE color: 14604784.

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

Color convert

RGB 240 217 222 -
CMYK 0 0.10 0.08 0.06
HSL 346.96º 0.43% 0.9% -
HSV(B) 346.96º 0.1% 0.94% -
XYZ 73.93 73.42 79.38 -
YUV 224.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 240 217 222 0 0.10 0.08 0.06 346.96 0.43 0.9
Hex F0 D9 DE 0 A 8 6 15B 2B 5A
Octal 360 331 336 0 12 10 6 533 53 132
Binary 11110000 11011001 11011110 0 1010 1000 110 101011011 101011 1011010

Color Harmonies of #F0D9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D9DE

Black with #F0D9DE

Text Example


Text Example

White with #F0D9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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