Html Css Color HEX #F6B7B4 Beauty Bush

📋 copy color: '#F6B7B4'

red 246 ◦ green 183 ◦ blue 180

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

Shades of Beauty Bush #F6B7B4

Tints of Beauty Bush #F6B7B4

RGB

 RED value IS 246 (96.48% from 255) = 40.39%

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

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

R = 40.39%
G = 30.05%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F6B7B4 (or 0xF6B7B4) is known color: Beauty Bush. HEX triplet: F6, B7 and B4. RGB value is (246,183,180). Sum of RGB (Red+Green+Blue) = 246+183+180=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B7B4 is #09484B. Grayscale: #C9C9C9. Windows color (decimal): -608332 or 11843574. OLE color: 11843574.

HSL color Cylindrical-coordinate representation of color #F6B7B4: hue angle of 2.73º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B7B4 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 183 180 -
CMYK 0 0.26 0.27 0.04
HSL 2.73º 0.79% 0.84% -
HSV(B) 2.73º 0.27% 0.96% -
XYZ 63.18 56.76 50.81 -
YUV 201.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 246 183 180 0 0.26 0.27 0.04 2.73 0.79 0.84
Hex F6 B7 B4 0 1A 1B 4 3 4F 54
Octal 366 267 264 0 32 33 4 3 117 124
Binary 11110110 10110111 10110100 0 11010 11011 100 11 1001111 1010100

Color Harmonies of #F6B7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B7B4

Black with #F6B7B4

Text Example


Text Example

White with #F6B7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B7B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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