Html Css Color HEX #F2B7B4 Beauty Bush

📋 copy color: '#F2B7B4'

red 242 ◦ green 183 ◦ blue 180

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

Shades of Beauty Bush #F2B7B4

Tints of Beauty Bush #F2B7B4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.25%

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

R = 40%
G = 30.25%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F2B7B4 (or 0xF2B7B4) is known color: Beauty Bush. HEX triplet: F2, B7 and B4. RGB value is (242,183,180). Sum of RGB (Red+Green+Blue) = 242+183+180=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 183 (71.88% from 255 or 30.25% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B7B4 is #0D484B. Grayscale: #C8C8C8. Windows color (decimal): -870476 or 11843570. OLE color: 11843570.

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

Color convert

RGB 242 183 180 -
CMYK 0 0.24 0.26 0.05
HSL 2.9º 0.7% 0.83% -
HSV(B) 2.9º 0.26% 0.95% -
XYZ 61.79 56.04 50.74 -
YUV 200.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 242 183 180 0 0.24 0.26 0.05 2.9 0.7 0.83
Hex F2 B7 B4 0 18 1A 5 3 46 53
Octal 362 267 264 0 30 32 5 3 106 123
Binary 11110010 10110111 10110100 0 11000 11010 101 11 1000110 1010011

Color Harmonies of #F2B7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B7B4

Black with #F2B7B4

Text Example


Text Example

White with #F2B7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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