Html Css Color HEX #F2B9AF Beauty Bush

📋 copy color: '#F2B9AF'

red 242 ◦ green 185 ◦ blue 175

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

Shades of Beauty Bush #F2B9AF

Tints of Beauty Bush #F2B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.73%

 BLUE value IS 175 (68.75% from 255) = 29.07%

R = 40.2%
G = 30.73%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2B9AF (or 0xF2B9AF) is known color: Beauty Bush. HEX triplet: F2, B9 and AF. RGB value is (242,185,175). Sum of RGB (Red+Green+Blue) = 242+185+175=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 185 (72.66% from 255 or 30.73% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B9AF is #0D4650. Grayscale: #C9C9C9. Windows color (decimal): -869969 or 11516402. OLE color: 11516402.

HSL color Cylindrical-coordinate representation of color #F2B9AF: hue angle of 8.96º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2B9AF is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 185 175 -
CMYK 0 0.24 0.28 0.05
HSL 8.96º 0.72% 0.82% -
HSV(B) 8.96º 0.28% 0.95% -
XYZ 61.7 56.67 48.24 -
YUV 200.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 242 185 175 0 0.24 0.28 0.05 8.96 0.72 0.82
Hex F2 B9 AF 0 18 1C 5 9 48 52
Octal 362 271 257 0 30 34 5 11 110 122
Binary 11110010 10111001 10101111 0 11000 11100 101 1001 1001000 1010010

Color Harmonies of #F2B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B9AF

Black with #F2B9AF

Text Example


Text Example

White with #F2B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B9AF; }

 p { color: rgb(242,185,175); }

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

background-color css

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

 a { background-color: rgb(242,185,175); }

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

border-color css

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

 span { border-color: rgb(242,185,175); }

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