Html Css Color HEX #F2ACB2 Blossom

📋 copy color: '#F2ACB2'

red 242 ◦ green 172 ◦ blue 178

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

Shades of Blossom #F2ACB2

Tints of Blossom #F2ACB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.07%

R = 40.88%
G = 29.05%
B = 30.07%

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

#F2ACB2 (or 0xF2ACB2) is known color: Blossom. HEX triplet: F2, AC and B2. RGB value is (242,172,178). Sum of RGB (Red+Green+Blue) = 242+172+178=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ACB2 is #0D534D. Grayscale: #C1C1C1. Windows color (decimal): -873294 or 11709682. OLE color: 11709682.

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

Color convert

RGB 242 172 178 -
CMYK 0 0.29 0.26 0.05
HSL 354.86º 0.73% 0.81% -
HSV(B) 354.86º 0.29% 0.95% -
XYZ 59.41 51.6 48.95 -
YUV 193.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 242 172 178 0 0.29 0.26 0.05 354.86 0.73 0.81
Hex F2 AC B2 0 1D 1A 5 163 49 51
Octal 362 254 262 0 35 32 5 543 111 121
Binary 11110010 10101100 10110010 0 11101 11010 101 101100011 1001001 1010001

Color Harmonies of #F2ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACB2

Black with #F2ACB2

Text Example


Text Example

White with #F2ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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