Html Css Color HEX #F1ACB9 Cupid

📋 copy color: '#F1ACB9'

red 241 ◦ green 172 ◦ blue 185

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

Shades of Cupid #F1ACB9

Tints of Cupid #F1ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.76%

 BLUE value IS 185 (72.66% from 255) = 30.94%

R = 40.3%
G = 28.76%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F1ACB9 (or 0xF1ACB9) is known color: Cupid. HEX triplet: F1, AC and B9. RGB value is (241,172,185). Sum of RGB (Red+Green+Blue) = 241+172+185=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACB9 is #0E5346. Grayscale: #C2C2C2. Windows color (decimal): -938823 or 12168433. OLE color: 12168433.

HSL color Cylindrical-coordinate representation of color #F1ACB9: hue angle of 348.7º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ACB9 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 172 185 -
CMYK 0 0.29 0.23 0.05
HSL 348.7º 0.71% 0.81% -
HSV(B) 348.7º 0.29% 0.95% -
XYZ 59.79 51.71 52.73 -
YUV 194.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 241 172 185 0 0.29 0.23 0.05 348.7 0.71 0.81
Hex F1 AC B9 0 1D 17 5 15D 47 51
Octal 361 254 271 0 35 27 5 535 107 121
Binary 11110001 10101100 10111001 0 11101 10111 101 101011101 1000111 1010001

Color Harmonies of #F1ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACB9

Black with #F1ACB9

Text Example


Text Example

White with #F1ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACB9; }

 p { color: rgb(241,172,185); }

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

background-color css

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

 a { background-color: rgb(241,172,185); }

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

border-color css

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

 span { border-color: rgb(241,172,185); }

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