Html Css Color HEX #F0B2BC Cupid

📋 copy color: '#F0B2BC'

red 240 ◦ green 178 ◦ blue 188

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

Shades of Cupid #F0B2BC

Tints of Cupid #F0B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.37%

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

R = 39.6%
G = 29.37%
B = 31.02%

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

#F0B2BC (or 0xF0B2BC) is known color: Cupid. HEX triplet: F0, B2 and BC. RGB value is (240,178,188). Sum of RGB (Red+Green+Blue) = 240+178+188=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2BC is #0F4D43. Grayscale: #C5C5C5. Windows color (decimal): -1002820 or 12366576. OLE color: 12366576.

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

Color convert

RGB 240 178 188 -
CMYK 0 0.26 0.22 0.06
HSL 350.32º 0.67% 0.82% -
HSV(B) 350.32º 0.26% 0.94% -
XYZ 60.93 54 54.79 -
YUV 197.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 240 178 188 0 0.26 0.22 0.06 350.32 0.67 0.82
Hex F0 B2 BC 0 1A 16 6 15E 43 52
Octal 360 262 274 0 32 26 6 536 103 122
Binary 11110000 10110010 10111100 0 11010 10110 110 101011110 1000011 1010010

Color Harmonies of #F0B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B2BC

Black with #F0B2BC

Text Example


Text Example

White with #F0B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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