Html Css Color HEX #F0B1C5 Cupid

📋 copy color: '#F0B1C5'

red 240 ◦ green 177 ◦ blue 197

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

Shades of Cupid #F0B1C5

Tints of Cupid #F0B1C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.08%

R = 39.09%
G = 28.83%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F0B1C5 (or 0xF0B1C5) is known color: Cupid. HEX triplet: F0, B1 and C5. RGB value is (240,177,197). Sum of RGB (Red+Green+Blue) = 240+177+197=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1C5 is #0F4E3A. Grayscale: #C6C6C6. Windows color (decimal): -1003067 or 12956144. OLE color: 12956144.

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

Color convert

RGB 240 177 197 -
CMYK 0 0.26 0.18 0.06
HSL 340.95º 0.68% 0.82% -
HSV(B) 340.95º 0.26% 0.94% -
XYZ 61.74 54 59.99 -
YUV 198.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 240 177 197 0 0.26 0.18 0.06 340.95 0.68 0.82
Hex F0 B1 C5 0 1A 12 6 155 44 52
Octal 360 261 305 0 32 22 6 525 104 122
Binary 11110000 10110001 11000101 0 11010 10010 110 101010101 1000100 1010010

Color Harmonies of #F0B1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B1C5

Black with #F0B1C5

Text Example


Text Example

White with #F0B1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B1C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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