Html Css Color HEX #F1B3C5 Cupid

📋 copy color: '#F1B3C5'

red 241 ◦ green 179 ◦ blue 197

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

Shades of Cupid #F1B3C5

Tints of Cupid #F1B3C5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.01%

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

R = 39.06%
G = 29.01%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1B3C5 (or 0xF1B3C5) is known color: Cupid. HEX triplet: F1, B3 and C5. RGB value is (241,179,197). Sum of RGB (Red+Green+Blue) = 241+179+197=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B3C5 is #0E4C3A. Grayscale: #C7C7C7. Windows color (decimal): -937019 or 12956657. OLE color: 12956657.

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

Color convert

RGB 241 179 197 -
CMYK 0 0.26 0.18 0.05
HSL 342.58º 0.69% 0.82% -
HSV(B) 342.58º 0.26% 0.95% -
XYZ 62.47 54.97 60.14 -
YUV 199.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 241 179 197 0 0.26 0.18 0.05 342.58 0.69 0.82
Hex F1 B3 C5 0 1A 12 5 157 45 52
Octal 361 263 305 0 32 22 5 527 105 122
Binary 11110001 10110011 11000101 0 11010 10010 101 101010111 1000101 1010010

Color Harmonies of #F1B3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B3C5

Black with #F1B3C5

Text Example


Text Example

White with #F1B3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B3C5; }

 p { color: rgb(241,179,197); }

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

background-color css

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

 a { background-color: rgb(241,179,197); }

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

border-color css

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

 span { border-color: rgb(241,179,197); }

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