#F1D0DC

Color #F1D0DC Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #F1D0DC

Tints of Classic Rose #F1D0DC

Color information

#F1D0DC (or 0xF1D0DC) is unknown color: approx Classic Rose. HEX triplet: F1, D0 and DC. RGB value is (241,208,220). Sum of RGB (Red+Green+Blue) = 241+208+220=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0DC is #0E2F23. Grayscale: #DBDBDB. Windows color (decimal): -929572 or 14471409. OLE color: 14471409.

HSL color Cylindrical-coordinate representation of color #F1D0DC: hue angle of 338.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 #F1D0DC is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241208220-
CMYK00.140.090.05
HSL338.18º54.1%88.04%-
HSV(B)338.18º13.69%94.51%-
XYZ71.7568.9877.24-
YUV219.24128.43143.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.02%
GREEN value IS 208 (81.64% from 255) = 31.09%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=36.02%
G=31.09%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120822000.140.090.05338.1854.188.04
HexF1D0DC0E951523658
Octal36132033401611552266130
Binary1111000111010000110111000111010011011010100101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D0DC; }

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

 H1.HeaderClassName
 {
   color: #F1D0DC;
 }
 .AnyTagClassName
 {
   color: #F1D0DC;
 }
</style>
background-color css

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

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

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

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

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

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