Html Css Color HEX #F1ACB4 Blossom

📋 copy color: '#F1ACB4'

red 241 ◦ green 172 ◦ blue 180

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

Shades of Blossom #F1ACB4

Tints of Blossom #F1ACB4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.01%

 BLUE value IS 180 (70.7% from 255) = 30.35%

R = 40.64%
G = 29.01%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F1ACB4 (or 0xF1ACB4) is known color: Blossom. HEX triplet: F1, AC and B4. RGB value is (241,172,180). Sum of RGB (Red+Green+Blue) = 241+172+180=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACB4 is #0E534B. Grayscale: #C1C1C1. Windows color (decimal): -938828 or 11840753. OLE color: 11840753.

HSL color Cylindrical-coordinate representation of color #F1ACB4: hue angle of 353.04º 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 #F1ACB4 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 172 180 -
CMYK 0 0.29 0.25 0.05
HSL 353.04º 0.71% 0.81% -
HSV(B) 353.04º 0.29% 0.95% -
XYZ 59.27 51.5 50 -
YUV 193.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 241 172 180 0 0.29 0.25 0.05 353.04 0.71 0.81
Hex F1 AC B4 0 1D 19 5 161 47 51
Octal 361 254 264 0 35 31 5 541 107 121
Binary 11110001 10101100 10110100 0 11101 11001 101 101100001 1000111 1010001

Color Harmonies of #F1ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACB4

Black with #F1ACB4

Text Example


Text Example

White with #F1ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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