Html Css Color HEX #F1B4BE Cupid

📋 copy color: '#F1B4BE'

red 241 ◦ green 180 ◦ blue 190

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

Shades of Cupid #F1B4BE

Tints of Cupid #F1B4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.46%

 BLUE value IS 190 (74.61% from 255) = 31.1%

R = 39.44%
G = 29.46%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F1B4BE (or 0xF1B4BE) is known color: Cupid. HEX triplet: F1, B4 and BE. RGB value is (241,180,190). Sum of RGB (Red+Green+Blue) = 241+180+190=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4BE is #0E4B41. Grayscale: #C7C7C7. Windows color (decimal): -936770 or 12498161. OLE color: 12498161.

HSL color Cylindrical-coordinate representation of color #F1B4BE: hue angle of 350.16º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B4BE is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 180 190 -
CMYK 0 0.25 0.21 0.05
HSL 350.16º 0.69% 0.83% -
HSV(B) 350.16º 0.25% 0.95% -
XYZ 61.89 55.06 56.08 -
YUV 199.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 241 180 190 0 0.25 0.21 0.05 350.16 0.69 0.83
Hex F1 B4 BE 0 19 15 5 15E 45 53
Octal 361 264 276 0 31 25 5 536 105 123
Binary 11110001 10110100 10111110 0 11001 10101 101 101011110 1000101 1010011

Color Harmonies of #F1B4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B4BE

Black with #F1B4BE

Text Example


Text Example

White with #F1B4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B4BE; }

 p { color: rgb(241,180,190); }

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

background-color css

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

 a { background-color: rgb(241,180,190); }

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

border-color css

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

 span { border-color: rgb(241,180,190); }

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