Html Css Color HEX #F0D5DC Pale Rose

📋 copy color: '#F0D5DC'

red 240 ◦ green 213 ◦ blue 220

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

Shades of Pale Rose #F0D5DC

Tints of Pale Rose #F0D5DC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.65%

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

R = 35.66%
G = 31.65%
B = 32.69%

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

#F0D5DC (or 0xF0D5DC) is known color: Pale Rose. HEX triplet: F0, D5 and DC. RGB value is (240,213,220). Sum of RGB (Red+Green+Blue) = 240+213+220=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D5DC is #0F2A23. Grayscale: #DDDDDD. Windows color (decimal): -993828 or 14472688. OLE color: 14472688.

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

Color convert

RGB 240 213 220 -
CMYK 0 0.11 0.08 0.06
HSL 344.44º 0.47% 0.89% -
HSV(B) 344.44º 0.11% 0.94% -
XYZ 72.65 71.28 77.64 -
YUV 221.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 240 213 220 0 0.11 0.08 0.06 344.44 0.47 0.89
Hex F0 D5 DC 0 B 8 6 158 2F 59
Octal 360 325 334 0 13 10 6 530 57 131
Binary 11110000 11010101 11011100 0 1011 1000 110 101011000 101111 1011001

Color Harmonies of #F0D5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D5DC

Black with #F0D5DC

Text Example


Text Example

White with #F0D5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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