#F1D4C2

Color #F1D4C2 Tuft Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuft Bush #F1D4C2

Tints of Tuft Bush #F1D4C2

Color information

#F1D4C2 (or 0xF1D4C2) is unknown color: approx Tuft Bush. HEX triplet: F1, D4 and C2. RGB value is (241,212,194). Sum of RGB (Red+Green+Blue) = 241+212+194=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 194 (76.17% from 255 or 29.98% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D4C2 is #0E2B3D. Grayscale: #DADADA. Windows color (decimal): -928574 or 12768497. OLE color: 12768497.

HSL color Cylindrical-coordinate representation of color #F1D4C2: hue angle of 22.98º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1D4C2 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241212194-
CMYK00.120.200.05
HSL22.98º62.67%85.29%-
HSV(B)22.98º19.5%94.51%-
XYZ69.5669.6860.82-
YUV218.62114.11143.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.25%
GREEN value IS 212 (83.20% from 255) = 32.77%
BLUE value IS 194 (76.17% from 255) = 29.98%
R=37.25%
G=32.77%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121219400.120.200.0522.9862.6785.29
HexF1D4C20C145173f55
Octal3613243020142452777125
Binary1111000111010100110000100110010100101101111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D4C2; }

 p { color: rgb(241,212,194); }

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

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

 a { background-color: rgb(241,212,194); }

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

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

 span { border-color: rgb(241,212,194); }

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