Html Css Color HEX #F0DBDD Pale Rose

📋 copy color: '#F0DBDD'

red 240 ◦ green 219 ◦ blue 221

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

Shades of Pale Rose #F0DBDD

Tints of Pale Rose #F0DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.21%

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

R = 35.29%
G = 32.21%
B = 32.5%

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

#F0DBDD (or 0xF0DBDD) is known color: Pale Rose. HEX triplet: F0, DB and DD. RGB value is (240,219,221). Sum of RGB (Red+Green+Blue) = 240+219+221=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBDD is #0F2422. Grayscale: #E1E1E1. Windows color (decimal): -992291 or 14539760. OLE color: 14539760.

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

Color convert

RGB 240 219 221 -
CMYK 0 0.09 0.08 0.06
HSL 354.29º 0.41% 0.9% -
HSV(B) 354.29º 0.09% 0.94% -
XYZ 74.32 74.41 78.85 -
YUV 225.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 240 219 221 0 0.09 0.08 0.06 354.29 0.41 0.9
Hex F0 DB DD 0 9 8 6 162 29 5A
Octal 360 333 335 0 11 10 6 542 51 132
Binary 11110000 11011011 11011101 0 1001 1000 110 101100010 101001 1011010

Color Harmonies of #F0DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBDD

Black with #F0DBDD

Text Example


Text Example

White with #F0DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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