Html Css Color HEX #F0DADC Pale Rose

📋 copy color: '#F0DADC'

red 240 ◦ green 218 ◦ blue 220

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

Shades of Pale Rose #F0DADC

Tints of Pale Rose #F0DADC

RGB

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

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

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

R = 35.4%
G = 32.15%
B = 32.45%

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

#F0DADC (or 0xF0DADC) is known color: Pale Rose. HEX triplet: F0, DA and DC. RGB value is (240,218,220). Sum of RGB (Red+Green+Blue) = 240+218+220=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DADC is #0F2523. Grayscale: #E0E0E0. Windows color (decimal): -992548 or 14473968. OLE color: 14473968.

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

Color convert

RGB 240 218 220 -
CMYK 0 0.09 0.08 0.06
HSL 354.55º 0.42% 0.9% -
HSV(B) 354.55º 0.09% 0.94% -
XYZ 73.92 73.84 78.07 -
YUV 224.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 240 218 220 0 0.09 0.08 0.06 354.55 0.42 0.9
Hex F0 DA DC 0 9 8 6 163 2A 5A
Octal 360 332 334 0 11 10 6 543 52 132
Binary 11110000 11011010 11011100 0 1001 1000 110 101100011 101010 1011010

Color Harmonies of #F0DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DADC

Black with #F0DADC

Text Example


Text Example

White with #F0DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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