#F1ACB3

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

Shades of Blossom #F1ACB3

Tints of Blossom #F1ACB3

Color information

#F1ACB3 (or 0xF1ACB3) is unknown color: approx Blossom. HEX triplet: F1, AC and B3. RGB value is (241,172,179). Sum of RGB (Red+Green+Blue) = 241+172+179=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 179 (70.31% from 255 or 30.24% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACB3 is #0E534C. Grayscale: #C1C1C1. Windows color (decimal): -938829 or 11775217. OLE color: 11775217.

HSL color Cylindrical-coordinate representation of color #F1ACB3: hue angle of 353.91º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ACB3 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB241172179-
CMYK00.290.260.05
HSL353.91º71.13%80.98%-
HSV(B)353.91º28.63%94.51%-
XYZ59.1651.4649.46-
YUV193.43119.86161.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 179 (70.31% from 255) = 30.24%
R=40.71%
G=29.05%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117217900.290.260.05353.9171.1380.98
HexF1ACB301D1A51624751
Octal361254263035325542107121
Binary1111000110101100101100110111011101010110110001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACB3; }

 p { color: rgb(241,172,179); }

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

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

 a { background-color: rgb(241,172,179); }

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

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

 span { border-color: rgb(241,172,179); }

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