Html Css Color HEX #F2A89A Rose Bud

📋 copy color: '#F2A89A'

red 242 ◦ green 168 ◦ blue 154

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

Shades of Rose Bud #F2A89A

Tints of Rose Bud #F2A89A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.79%

 BLUE value IS 154 (60.55% from 255) = 27.3%

R = 42.91%
G = 29.79%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2A89A (or 0xF2A89A) is known color: Rose Bud. HEX triplet: F2, A8 and 9A. RGB value is (242,168,154). Sum of RGB (Red+Green+Blue) = 242+168+154=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A89A is #0D5765. Grayscale: #BCBCBC. Windows color (decimal): -874342 or 10135794. OLE color: 10135794.

HSL color Cylindrical-coordinate representation of color #F2A89A: hue angle of 9.55º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2A89A is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 168 154 -
CMYK 0 0.31 0.36 0.05
HSL 9.55º 0.77% 0.78% -
HSV(B) 9.55º 0.36% 0.95% -
XYZ 56.45 49.22 37.1 -
YUV 188.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 242 168 154 0 0.31 0.36 0.05 9.55 0.77 0.78
Hex F2 A8 9A 0 1F 24 5 A 4D 4E
Octal 362 250 232 0 37 44 5 12 115 116
Binary 11110010 10101000 10011010 0 11111 100100 101 1010 1001101 1001110

Color Harmonies of #F2A89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A89A

Black with #F2A89A

Text Example


Text Example

White with #F2A89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A89A; }

 p { color: rgb(242,168,154); }

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

background-color css

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

 a { background-color: rgb(242,168,154); }

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

border-color css

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

 span { border-color: rgb(242,168,154); }

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