Html Css Color HEX #F1D0D1 Pale Rose

📋 copy color: '#F1D0D1'

red 241 ◦ green 208 ◦ blue 209

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

Shades of Pale Rose #F1D0D1

Tints of Pale Rose #F1D0D1

RGB

 RED value IS 241 (94.53% from 255) = 36.63%

 GREEN value IS 208 (81.64% from 255) = 31.61%

 BLUE value IS 209 (82.03% from 255) = 31.76%

R = 36.63%
G = 31.61%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1D0D1 (or 0xF1D0D1) is known color: Pale Rose. HEX triplet: F1, D0 and D1. RGB value is (241,208,209). Sum of RGB (Red+Green+Blue) = 241+208+209=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0D1 is #0E2F2E. Grayscale: #DADADA. Windows color (decimal): -929583 or 13750513. OLE color: 13750513.

HSL color Cylindrical-coordinate representation of color #F1D0D1: hue angle of 358.18º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1D0D1 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 208 209 -
CMYK 0 0.14 0.13 0.05
HSL 358.18º 0.54% 0.88% -
HSV(B) 358.18º 0.14% 0.95% -
XYZ 70.34 68.42 69.82 -
YUV 217.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 241 208 209 0 0.14 0.13 0.05 358.18 0.54 0.88
Hex F1 D0 D1 0 E D 5 166 36 58
Octal 361 320 321 0 16 15 5 546 66 130
Binary 11110001 11010000 11010001 0 1110 1101 101 101100110 110110 1011000

Color Harmonies of #F1D0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D0D1

Black with #F1D0D1

Text Example


Text Example

White with #F1D0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D0D1; }

 p { color: rgb(241,208,209); }

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

background-color css

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

 a { background-color: rgb(241,208,209); }

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

border-color css

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

 span { border-color: rgb(241,208,209); }

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