Html Css Color HEX #F0C3BB Beauty Bush

📋 copy color: '#F0C3BB'

red 240 ◦ green 195 ◦ blue 187

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

Shades of Beauty Bush #F0C3BB

Tints of Beauty Bush #F0C3BB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.35%

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

R = 38.59%
G = 31.35%
B = 30.06%

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

#F0C3BB (or 0xF0C3BB) is known color: Beauty Bush. HEX triplet: F0, C3 and BB. RGB value is (240,195,187). Sum of RGB (Red+Green+Blue) = 240+195+187=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C3BB is #0F3C44. Grayscale: #CFCFCF. Windows color (decimal): -998469 or 12305392. OLE color: 12305392.

HSL color Cylindrical-coordinate representation of color #F0C3BB: hue angle of 9.06º 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 #F0C3BB is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 195 187 -
CMYK 0 0.19 0.22 0.06
HSL 9.06º 0.64% 0.84% -
HSV(B) 9.06º 0.22% 0.94% -
XYZ 64.42 61.14 55.42 -
YUV 207.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 240 195 187 0 0.19 0.22 0.06 9.06 0.64 0.84
Hex F0 C3 BB 0 13 16 6 9 40 54
Octal 360 303 273 0 23 26 6 11 100 124
Binary 11110000 11000011 10111011 0 10011 10110 110 1001 1000000 1010100

Color Harmonies of #F0C3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C3BB

Black with #F0C3BB

Text Example


Text Example

White with #F0C3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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