Html Css Color HEX #F0B1CA Cupid

📋 copy color: '#F0B1CA'

red 240 ◦ green 177 ◦ blue 202

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

Shades of Cupid #F0B1CA

Tints of Cupid #F0B1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.63%

R = 38.77%
G = 28.59%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0B1CA (or 0xF0B1CA) is known color: Cupid. HEX triplet: F0, B1 and CA. RGB value is (240,177,202). Sum of RGB (Red+Green+Blue) = 240+177+202=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1CA is #0F4E35. Grayscale: #C6C6C6. Windows color (decimal): -1003062 or 13283824. OLE color: 13283824.

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

Color convert

RGB 240 177 202 -
CMYK 0 0.26 0.16 0.06
HSL 336.19º 0.68% 0.82% -
HSV(B) 336.19º 0.26% 0.94% -
XYZ 62.32 54.23 63.06 -
YUV 198.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 240 177 202 0 0.26 0.16 0.06 336.19 0.68 0.82
Hex F0 B1 CA 0 1A 10 6 150 44 52
Octal 360 261 312 0 32 20 6 520 104 122
Binary 11110000 10110001 11001010 0 11010 10000 110 101010000 1000100 1010010

Color Harmonies of #F0B1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B1CA

Black with #F0B1CA

Text Example


Text Example

White with #F0B1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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