Html Css Color HEX #F0B0BA Cupid

📋 copy color: '#F0B0BA'

red 240 ◦ green 176 ◦ blue 186

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

Shades of Cupid #F0B0BA

Tints of Cupid #F0B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.24%

 BLUE value IS 186 (73.05% from 255) = 30.9%

R = 39.87%
G = 29.24%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0B0BA (or 0xF0B0BA) is known color: Cupid. HEX triplet: F0, B0 and BA. RGB value is (240,176,186). Sum of RGB (Red+Green+Blue) = 240+176+186=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0BA is #0F4F45. Grayscale: #C4C4C4. Windows color (decimal): -1003334 or 12234992. OLE color: 12234992.

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

Color convert

RGB 240 176 186 -
CMYK 0 0.27 0.22 0.06
HSL 350.63º 0.68% 0.82% -
HSV(B) 350.63º 0.27% 0.94% -
XYZ 60.32 53.12 53.53 -
YUV 196.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 240 176 186 0 0.27 0.22 0.06 350.63 0.68 0.82
Hex F0 B0 BA 0 1B 16 6 15F 44 52
Octal 360 260 272 0 33 26 6 537 104 122
Binary 11110000 10110000 10111010 0 11011 10110 110 101011111 1000100 1010010

Color Harmonies of #F0B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B0BA

Black with #F0B0BA

Text Example


Text Example

White with #F0B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B0BA; }

 p { color: rgb(240,176,186); }

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

background-color css

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

 a { background-color: rgb(240,176,186); }

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

border-color css

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

 span { border-color: rgb(240,176,186); }

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