Html Css Color HEX #F0C2BB Beauty Bush

📋 copy color: '#F0C2BB'

red 240 ◦ green 194 ◦ blue 187

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

Shades of Beauty Bush #F0C2BB

Tints of Beauty Bush #F0C2BB

RGB

 RED value IS 240 (94.14% from 255) = 38.65%

 GREEN value IS 194 (76.17% from 255) = 31.24%

 BLUE value IS 187 (73.44% from 255) = 30.11%

R = 38.65%
G = 31.24%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0C2BB (or 0xF0C2BB) is known color: Beauty Bush. HEX triplet: F0, C2 and BB. RGB value is (240,194,187). Sum of RGB (Red+Green+Blue) = 240+194+187=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C2BB is #0F3D44. Grayscale: #CFCFCF. Windows color (decimal): -998725 or 12305136. OLE color: 12305136.

HSL color Cylindrical-coordinate representation of color #F0C2BB: hue angle of 7.92º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0C2BB is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 194 187 -
CMYK 0 0.19 0.22 0.06
HSL 7.92º 0.64% 0.84% -
HSV(B) 7.92º 0.22% 0.94% -
XYZ 64.2 60.7 55.35 -
YUV 206.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 240 194 187 0 0.19 0.22 0.06 7.92 0.64 0.84
Hex F0 C2 BB 0 13 16 6 8 40 54
Octal 360 302 273 0 23 26 6 10 100 124
Binary 11110000 11000010 10111011 0 10011 10110 110 1000 1000000 1010100

Color Harmonies of #F0C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C2BB

Black with #F0C2BB

Text Example


Text Example

White with #F0C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C2BB; }

 p { color: rgb(240,194,187); }

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

background-color css

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

 a { background-color: rgb(240,194,187); }

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

border-color css

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

 span { border-color: rgb(240,194,187); }

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