Html Css Color HEX #F2ACB4 Blossom

📋 copy color: '#F2ACB4'

red 242 ◦ green 172 ◦ blue 180

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

Shades of Blossom #F2ACB4

Tints of Blossom #F2ACB4

RGB

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

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

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

R = 40.74%
G = 28.96%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F2ACB4 (or 0xF2ACB4) is known color: Blossom. HEX triplet: F2, AC and B4. RGB value is (242,172,180). Sum of RGB (Red+Green+Blue) = 242+172+180=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACB4 is #0D534B. Grayscale: #C1C1C1. Windows color (decimal): -873292 or 11840754. OLE color: 11840754.

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

Color convert

RGB 242 172 180 -
CMYK 0 0.29 0.26 0.05
HSL 353.14º 0.73% 0.81% -
HSV(B) 353.14º 0.29% 0.95% -
XYZ 59.61 51.68 50.01 -
YUV 193.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 242 172 180 0 0.29 0.26 0.05 353.14 0.73 0.81
Hex F2 AC B4 0 1D 1A 5 161 49 51
Octal 362 254 264 0 35 32 5 541 111 121
Binary 11110010 10101100 10110100 0 11101 11010 101 101100001 1001001 1010001

Color Harmonies of #F2ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACB4

Black with #F2ACB4

Text Example


Text Example

White with #F2ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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