Html Css Color HEX #F0D6DC Pale Rose

📋 copy color: '#F0D6DC'

red 240 ◦ green 214 ◦ blue 220

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

Shades of Pale Rose #F0D6DC

Tints of Pale Rose #F0D6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.75%

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

R = 35.61%
G = 31.75%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0D6DC (or 0xF0D6DC) is known color: Pale Rose. HEX triplet: F0, D6 and DC. RGB value is (240,214,220). Sum of RGB (Red+Green+Blue) = 240+214+220=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D6DC is #0F2923. Grayscale: #DEDEDE. Windows color (decimal): -993572 or 14472944. OLE color: 14472944.

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

Color convert

RGB 240 214 220 -
CMYK 0 0.11 0.08 0.06
HSL 346.15º 0.46% 0.89% -
HSV(B) 346.15º 0.11% 0.94% -
XYZ 72.9 71.79 77.72 -
YUV 222.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 240 214 220 0 0.11 0.08 0.06 346.15 0.46 0.89
Hex F0 D6 DC 0 B 8 6 15A 2E 59
Octal 360 326 334 0 13 10 6 532 56 131
Binary 11110000 11010110 11011100 0 1011 1000 110 101011010 101110 1011001

Color Harmonies of #F0D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D6DC

Black with #F0D6DC

Text Example


Text Example

White with #F0D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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