Html Css Color HEX #F2AEBC Cupid

📋 copy color: '#F2AEBC'

red 242 ◦ green 174 ◦ blue 188

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

Shades of Cupid #F2AEBC

Tints of Cupid #F2AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.81%

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

R = 40.07%
G = 28.81%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2AEBC (or 0xF2AEBC) is known color: Cupid. HEX triplet: F2, AE and BC. RGB value is (242,174,188). Sum of RGB (Red+Green+Blue) = 242+174+188=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEBC is #0D5143. Grayscale: #C3C3C3. Windows color (decimal): -872772 or 12365554. OLE color: 12365554.

HSL color Cylindrical-coordinate representation of color #F2AEBC: hue angle of 347.65º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AEBC is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 174 188 -
CMYK 0 0.28 0.22 0.05
HSL 347.65º 0.72% 0.82% -
HSV(B) 347.65º 0.28% 0.95% -
XYZ 60.83 52.78 54.56 -
YUV 195.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 242 174 188 0 0.28 0.22 0.05 347.65 0.72 0.82
Hex F2 AE BC 0 1C 16 5 15C 48 52
Octal 362 256 274 0 34 26 5 534 110 122
Binary 11110010 10101110 10111100 0 11100 10110 101 101011100 1001000 1010010

Color Harmonies of #F2AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AEBC

Black with #F2AEBC

Text Example


Text Example

White with #F2AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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