Html Css Color HEX #F0AEC3 Cupid

📋 copy color: '#F0AEC3'

red 240 ◦ green 174 ◦ blue 195

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

Shades of Cupid #F0AEC3

Tints of Cupid #F0AEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.02%

R = 39.41%
G = 28.57%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F0AEC3 (or 0xF0AEC3) is known color: Cupid. HEX triplet: F0, AE and C3. RGB value is (240,174,195). Sum of RGB (Red+Green+Blue) = 240+174+195=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEC3 is #0F513C. Grayscale: #C4C4C4. Windows color (decimal): -1003837 or 12824304. OLE color: 12824304.

HSL color Cylindrical-coordinate representation of color #F0AEC3: hue angle of 340.91º 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 #F0AEC3 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 174 195 -
CMYK 0 0.28 0.19 0.06
HSL 340.91º 0.69% 0.81% -
HSV(B) 340.91º 0.28% 0.94% -
XYZ 60.92 52.74 58.6 -
YUV 196.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 240 174 195 0 0.28 0.19 0.06 340.91 0.69 0.81
Hex F0 AE C3 0 1C 13 6 155 45 51
Octal 360 256 303 0 34 23 6 525 105 121
Binary 11110000 10101110 11000011 0 11100 10011 110 101010101 1000101 1010001

Color Harmonies of #F0AEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AEC3

Black with #F0AEC3

Text Example


Text Example

White with #F0AEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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