Html Css Color HEX #F0DADD Pale Rose

📋 copy color: '#F0DADD'

red 240 ◦ green 218 ◦ blue 221

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

Shades of Pale Rose #F0DADD

Tints of Pale Rose #F0DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.11%

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

R = 35.35%
G = 32.11%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0DADD (or 0xF0DADD) is known color: Pale Rose. HEX triplet: F0, DA and DD. RGB value is (240,218,221). Sum of RGB (Red+Green+Blue) = 240+218+221=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DADD is #0F2522. Grayscale: #E0E0E0. Windows color (decimal): -992547 or 14539504. OLE color: 14539504.

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

Color convert

RGB 240 218 221 -
CMYK 0 0.09 0.08 0.06
HSL 351.82º 0.42% 0.9% -
HSV(B) 351.82º 0.09% 0.94% -
XYZ 74.06 73.89 78.77 -
YUV 224.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 240 218 221 0 0.09 0.08 0.06 351.82 0.42 0.9
Hex F0 DA DD 0 9 8 6 160 2A 5A
Octal 360 332 335 0 11 10 6 540 52 132
Binary 11110000 11011010 11011101 0 1001 1000 110 101100000 101010 1011010

Color Harmonies of #F0DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DADD

Black with #F0DADD

Text Example


Text Example

White with #F0DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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