Html Css Color HEX #F2ACB1 Blossom

📋 copy color: '#F2ACB1'

red 242 ◦ green 172 ◦ blue 177

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

Shades of Blossom #F2ACB1

Tints of Blossom #F2ACB1

RGB

 RED value IS 242 (94.92% from 255) = 40.95%

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

 BLUE value IS 177 (69.53% from 255) = 29.95%

R = 40.95%
G = 29.1%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F2ACB1 (or 0xF2ACB1) is known color: Blossom. HEX triplet: F2, AC and B1. RGB value is (242,172,177). Sum of RGB (Red+Green+Blue) = 242+172+177=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ACB1 is #0D534E. Grayscale: #C1C1C1. Windows color (decimal): -873295 or 11644146. OLE color: 11644146.

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

Color convert

RGB 242 172 177 -
CMYK 0 0.29 0.27 0.05
HSL 355.71º 0.73% 0.81% -
HSV(B) 355.71º 0.29% 0.95% -
XYZ 59.31 51.56 48.42 -
YUV 193.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 242 172 177 0 0.29 0.27 0.05 355.71 0.73 0.81
Hex F2 AC B1 0 1D 1B 5 164 49 51
Octal 362 254 261 0 35 33 5 544 111 121
Binary 11110010 10101100 10110001 0 11101 11011 101 101100100 1001001 1010001

Color Harmonies of #F2ACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACB1

Black with #F2ACB1

Text Example


Text Example

White with #F2ACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACB1; }

 p { color: rgb(242,172,177); }

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

background-color css

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

 a { background-color: rgb(242,172,177); }

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

border-color css

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

 span { border-color: rgb(242,172,177); }

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