Html Css Color HEX #F4ACBC Cupid

📋 copy color: '#F4ACBC'

red 244 ◦ green 172 ◦ blue 188

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

Shades of Cupid #F4ACBC

Tints of Cupid #F4ACBC

RGB

 RED value IS 244 (95.7% from 255) = 40.4%

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

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

R = 40.4%
G = 28.48%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4ACBC (or 0xF4ACBC) is known color: Cupid. HEX triplet: F4, AC and BC. RGB value is (244,172,188). Sum of RGB (Red+Green+Blue) = 244+172+188=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACBC is #0B5343. Grayscale: #C3C3C3. Windows color (decimal): -742212 or 12365044. OLE color: 12365044.

HSL color Cylindrical-coordinate representation of color #F4ACBC: hue angle of 346.67º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4ACBC is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 172 188 -
CMYK 0 0.30 0.23 0.04
HSL 346.67º 0.77% 0.82% -
HSV(B) 346.67º 0.3% 0.96% -
XYZ 61.14 52.37 54.46 -
YUV 195.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 244 172 188 0 0.30 0.23 0.04 346.67 0.77 0.82
Hex F4 AC BC 0 1E 17 4 15B 4D 52
Octal 364 254 274 0 36 27 4 533 115 122
Binary 11110100 10101100 10111100 0 11110 10111 100 101011011 1001101 1010010

Color Harmonies of #F4ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ACBC

Black with #F4ACBC

Text Example


Text Example

White with #F4ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ACBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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