Html Css Color HEX #F0AEC1 Cupid

📋 copy color: '#F0AEC1'

red 240 ◦ green 174 ◦ blue 193

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

Shades of Cupid #F0AEC1

Tints of Cupid #F0AEC1

RGB

 RED value IS 240 (94.14% from 255) = 39.54%

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

 BLUE value IS 193 (75.78% from 255) = 31.8%

R = 39.54%
G = 28.67%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F0AEC1 (or 0xF0AEC1) is known color: Cupid. HEX triplet: F0, AE and C1. RGB value is (240,174,193). Sum of RGB (Red+Green+Blue) = 240+174+193=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEC1 is #0F513E. Grayscale: #C3C3C3. Windows color (decimal): -1003839 or 12693232. OLE color: 12693232.

HSL color Cylindrical-coordinate representation of color #F0AEC1: hue angle of 342.73º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0AEC1 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 174 193 -
CMYK 0 0.28 0.20 0.06
HSL 342.73º 0.69% 0.81% -
HSV(B) 342.73º 0.28% 0.94% -
XYZ 60.7 52.65 57.42 -
YUV 195.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 240 174 193 0 0.28 0.20 0.06 342.73 0.69 0.81
Hex F0 AE C1 0 1C 14 6 157 45 51
Octal 360 256 301 0 34 24 6 527 105 121
Binary 11110000 10101110 11000001 0 11100 10100 110 101010111 1000101 1010001

Color Harmonies of #F0AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AEC1

Black with #F0AEC1

Text Example


Text Example

White with #F0AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AEC1; }

 p { color: rgb(240,174,193); }

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

background-color css

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

 a { background-color: rgb(240,174,193); }

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

border-color css

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

 span { border-color: rgb(240,174,193); }

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