Html Css Color HEX #F1B0BD Cupid

📋 copy color: '#F1B0BD'

red 241 ◦ green 176 ◦ blue 189

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

Shades of Cupid #F1B0BD

Tints of Cupid #F1B0BD

RGB

 RED value IS 241 (94.53% from 255) = 39.77%

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

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

R = 39.77%
G = 29.04%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1B0BD (or 0xF1B0BD) is known color: Cupid. HEX triplet: F1, B0 and BD. RGB value is (241,176,189). Sum of RGB (Red+Green+Blue) = 241+176+189=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B0BD is #0E4F42. Grayscale: #C4C4C4. Windows color (decimal): -937795 or 12431601. OLE color: 12431601.

HSL color Cylindrical-coordinate representation of color #F1B0BD: hue angle of 348º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B0BD is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 176 189 -
CMYK 0 0.27 0.22 0.05
HSL 348º 0.7% 0.82% -
HSV(B) 348º 0.27% 0.95% -
XYZ 60.99 53.43 55.24 -
YUV 196.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 241 176 189 0 0.27 0.22 0.05 348 0.7 0.82
Hex F1 B0 BD 0 1B 16 5 15C 46 52
Octal 361 260 275 0 33 26 5 534 106 122
Binary 11110001 10110000 10111101 0 11011 10110 101 101011100 1000110 1010010

Color Harmonies of #F1B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B0BD

Black with #F1B0BD

Text Example


Text Example

White with #F1B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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