Html Css Color HEX #F2ACBC Cupid

📋 copy color: '#F2ACBC'

red 242 ◦ green 172 ◦ blue 188

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

Shades of Cupid #F2ACBC

Tints of Cupid #F2ACBC

RGB

 RED value IS 242 (94.92% from 255) = 40.2%

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

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

R = 40.2%
G = 28.57%
B = 31.23%

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

#F2ACBC (or 0xF2ACBC) is known color: Cupid. HEX triplet: F2, AC and BC. RGB value is (242,172,188). Sum of RGB (Red+Green+Blue) = 242+172+188=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACBC is #0D5343. Grayscale: #C2C2C2. Windows color (decimal): -873284 or 12365042. OLE color: 12365042.

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

Color convert

RGB 242 172 188 -
CMYK 0 0.29 0.22 0.05
HSL 346.29º 0.73% 0.81% -
HSV(B) 346.29º 0.29% 0.95% -
XYZ 60.45 52.01 54.43 -
YUV 194.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 242 172 188 0 0.29 0.22 0.05 346.29 0.73 0.81
Hex F2 AC BC 0 1D 16 5 15A 49 51
Octal 362 254 274 0 35 26 5 532 111 121
Binary 11110010 10101100 10111100 0 11101 10110 101 101011010 1001001 1010001

Color Harmonies of #F2ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACBC

Black with #F2ACBC

Text Example


Text Example

White with #F2ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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