Html Css Color HEX #F2ACBA Cupid

📋 copy color: '#F2ACBA'

red 242 ◦ green 172 ◦ blue 186

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

Shades of Cupid #F2ACBA

Tints of Cupid #F2ACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31%

R = 40.33%
G = 28.67%
B = 31%

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

#F2ACBA (or 0xF2ACBA) is known color: Cupid. HEX triplet: F2, AC and BA. RGB value is (242,172,186). Sum of RGB (Red+Green+Blue) = 242+172+186=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACBA is #0D5345. Grayscale: #C2C2C2. Windows color (decimal): -873286 or 12233970. OLE color: 12233970.

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

Color convert

RGB 242 172 186 -
CMYK 0 0.29 0.23 0.05
HSL 348º 0.73% 0.81% -
HSV(B) 348º 0.29% 0.95% -
XYZ 60.23 51.93 53.3 -
YUV 194.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 242 172 186 0 0.29 0.23 0.05 348 0.73 0.81
Hex F2 AC BA 0 1D 17 5 15C 49 51
Octal 362 254 272 0 35 27 5 534 111 121
Binary 11110010 10101100 10111010 0 11101 10111 101 101011100 1001001 1010001

Color Harmonies of #F2ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACBA

Black with #F2ACBA

Text Example


Text Example

White with #F2ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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