Html Css Color HEX #F4B0BD Cupid

📋 copy color: '#F4B0BD'

red 244 ◦ green 176 ◦ blue 189

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

Shades of Cupid #F4B0BD

Tints of Cupid #F4B0BD

RGB

 RED value IS 244 (95.7% from 255) = 40.07%

 GREEN value IS 176 (69.14% from 255) = 28.9%

 BLUE value IS 189 (74.22% from 255) = 31.03%

R = 40.07%
G = 28.9%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4B0BD (or 0xF4B0BD) is known color: Cupid. HEX triplet: F4, B0 and BD. RGB value is (244,176,189). Sum of RGB (Red+Green+Blue) = 244+176+189=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0BD is #0B4F42. Grayscale: #C5C5C5. Windows color (decimal): -741187 or 12431604. OLE color: 12431604.

HSL color Cylindrical-coordinate representation of color #F4B0BD: hue angle of 348.53º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0BD is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 176 189 -
CMYK 0 0.28 0.23 0.04
HSL 348.53º 0.76% 0.82% -
HSV(B) 348.53º 0.28% 0.96% -
XYZ 62.02 53.96 55.29 -
YUV 197.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 244 176 189 0 0.28 0.23 0.04 348.53 0.76 0.82
Hex F4 B0 BD 0 1C 17 4 15D 4C 52
Octal 364 260 275 0 34 27 4 535 114 122
Binary 11110100 10110000 10111101 0 11100 10111 100 101011101 1001100 1010010

Color Harmonies of #F4B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B0BD

Black with #F4B0BD

Text Example


Text Example

White with #F4B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B0BD; }

 p { color: rgb(244,176,189); }

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

background-color css

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

 a { background-color: rgb(244,176,189); }

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

border-color css

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

 span { border-color: rgb(244,176,189); }

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