Html Css Color HEX #F0D8DE Pale Rose

📋 copy color: '#F0D8DE'

red 240 ◦ green 216 ◦ blue 222

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

Shades of Pale Rose #F0D8DE

Tints of Pale Rose #F0D8DE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.86%

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

R = 35.4%
G = 31.86%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0D8DE (or 0xF0D8DE) is known color: Pale Rose. HEX triplet: F0, D8 and DE. RGB value is (240,216,222). Sum of RGB (Red+Green+Blue) = 240+216+222=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8DE is #0F2721. Grayscale: #DFDFDF. Windows color (decimal): -993058 or 14604528. OLE color: 14604528.

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

Color convert

RGB 240 216 222 -
CMYK 0 0.1 0.08 0.06
HSL 345º 0.44% 0.89% -
HSV(B) 345º 0.1% 0.94% -
XYZ 73.68 72.91 79.3 -
YUV 223.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 240 216 222 0 0.1 0.08 0.06 345 0.44 0.89
Hex F0 D8 DE 0 A 8 6 159 2C 59
Octal 360 330 336 0 12 10 6 531 54 131
Binary 11110000 11011000 11011110 0 1010 1000 110 101011001 101100 1011001

Color Harmonies of #F0D8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D8DE

Black with #F0D8DE

Text Example


Text Example

White with #F0D8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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