Html Css Color HEX #F1ACBC Cupid

📋 copy color: '#F1ACBC'

red 241 ◦ green 172 ◦ blue 188

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

Shades of Cupid #F1ACBC

Tints of Cupid #F1ACBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.28%

R = 40.1%
G = 28.62%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F1ACBC (or 0xF1ACBC) is known color: Cupid. HEX triplet: F1, AC and BC. RGB value is (241,172,188). Sum of RGB (Red+Green+Blue) = 241+172+188=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACBC is #0E5343. Grayscale: #C2C2C2. Windows color (decimal): -938820 or 12365041. OLE color: 12365041.

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

Color convert

RGB 241 172 188 -
CMYK 0 0.29 0.22 0.05
HSL 346.09º 0.71% 0.81% -
HSV(B) 346.09º 0.29% 0.95% -
XYZ 60.11 51.84 54.41 -
YUV 194.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 241 172 188 0 0.29 0.22 0.05 346.09 0.71 0.81
Hex F1 AC BC 0 1D 16 5 15A 47 51
Octal 361 254 274 0 35 26 5 532 107 121
Binary 11110001 10101100 10111100 0 11101 10110 101 101011010 1000111 1010001

Color Harmonies of #F1ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACBC

Black with #F1ACBC

Text Example


Text Example

White with #F1ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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