Html Css Color HEX #F0B1BC Cupid

📋 copy color: '#F0B1BC'

red 240 ◦ green 177 ◦ blue 188

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

Shades of Cupid #F0B1BC

Tints of Cupid #F0B1BC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.26%

 BLUE value IS 188 (73.83% from 255) = 31.07%

R = 39.67%
G = 29.26%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0B1BC (or 0xF0B1BC) is known color: Cupid. HEX triplet: F0, B1 and BC. RGB value is (240,177,188). Sum of RGB (Red+Green+Blue) = 240+177+188=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1BC is #0F4E43. Grayscale: #C5C5C5. Windows color (decimal): -1003076 or 12366320. OLE color: 12366320.

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

Color convert

RGB 240 177 188 -
CMYK 0 0.26 0.22 0.06
HSL 349.52º 0.68% 0.82% -
HSV(B) 349.52º 0.26% 0.94% -
XYZ 60.73 53.6 54.72 -
YUV 197.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 240 177 188 0 0.26 0.22 0.06 349.52 0.68 0.82
Hex F0 B1 BC 0 1A 16 6 15E 44 52
Octal 360 261 274 0 32 26 6 536 104 122
Binary 11110000 10110001 10111100 0 11010 10110 110 101011110 1000100 1010010

Color Harmonies of #F0B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B1BC

Black with #F0B1BC

Text Example


Text Example

White with #F0B1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B1BC; }

 p { color: rgb(240,177,188); }

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

background-color css

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

 a { background-color: rgb(240,177,188); }

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

border-color css

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

 span { border-color: rgb(240,177,188); }

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