Html Css Color HEX #F1B3C1 Cupid

📋 copy color: '#F1B3C1'

red 241 ◦ green 179 ◦ blue 193

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

Shades of Cupid #F1B3C1

Tints of Cupid #F1B3C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.48%

R = 39.31%
G = 29.2%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F1B3C1 (or 0xF1B3C1) is known color: Cupid. HEX triplet: F1, B3 and C1. RGB value is (241,179,193). Sum of RGB (Red+Green+Blue) = 241+179+193=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B3C1 is #0E4C3E. Grayscale: #C7C7C7. Windows color (decimal): -937023 or 12694513. OLE color: 12694513.

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

Color convert

RGB 241 179 193 -
CMYK 0 0.26 0.20 0.05
HSL 346.45º 0.69% 0.82% -
HSV(B) 346.45º 0.26% 0.95% -
XYZ 62.02 54.79 57.76 -
YUV 199.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 241 179 193 0 0.26 0.20 0.05 346.45 0.69 0.82
Hex F1 B3 C1 0 1A 14 5 15A 45 52
Octal 361 263 301 0 32 24 5 532 105 122
Binary 11110001 10110011 11000001 0 11010 10100 101 101011010 1000101 1010010

Color Harmonies of #F1B3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B3C1

Black with #F1B3C1

Text Example


Text Example

White with #F1B3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B3C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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