Html Css Color HEX #F0B2BF Cupid

📋 copy color: '#F0B2BF'

red 240 ◦ green 178 ◦ blue 191

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

Shades of Cupid #F0B2BF

Tints of Cupid #F0B2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.36%

R = 39.41%
G = 29.23%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0B2BF (or 0xF0B2BF) is known color: Cupid. HEX triplet: F0, B2 and BF. RGB value is (240,178,191). Sum of RGB (Red+Green+Blue) = 240+178+191=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2BF is #0F4D40. Grayscale: #C6C6C6. Windows color (decimal): -1002817 or 12563184. OLE color: 12563184.

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

Color convert

RGB 240 178 191 -
CMYK 0 0.26 0.20 0.06
HSL 347.42º 0.67% 0.82% -
HSV(B) 347.42º 0.26% 0.94% -
XYZ 61.26 54.13 56.51 -
YUV 198.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 240 178 191 0 0.26 0.20 0.06 347.42 0.67 0.82
Hex F0 B2 BF 0 1A 14 6 15B 43 52
Octal 360 262 277 0 32 24 6 533 103 122
Binary 11110000 10110010 10111111 0 11010 10100 110 101011011 1000011 1010010

Color Harmonies of #F0B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B2BF

Black with #F0B2BF

Text Example


Text Example

White with #F0B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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