Html Css Color HEX #F0AEBA Cupid

📋 copy color: '#F0AEBA'

red 240 ◦ green 174 ◦ blue 186

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

Shades of Cupid #F0AEBA

Tints of Cupid #F0AEBA

RGB

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

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

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

R = 40%
G = 29%
B = 31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0AEBA (or 0xF0AEBA) is known color: Cupid. HEX triplet: F0, AE and BA. RGB value is (240,174,186). Sum of RGB (Red+Green+Blue) = 240+174+186=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEBA is #0F5145. Grayscale: #C3C3C3. Windows color (decimal): -1003846 or 12234480. OLE color: 12234480.

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

Color convert

RGB 240 174 186 -
CMYK 0 0.28 0.22 0.06
HSL 349.09º 0.69% 0.81% -
HSV(B) 349.09º 0.28% 0.94% -
XYZ 59.93 52.34 53.4 -
YUV 195.1 122.87 160.02 -
System Red Green Blue C M Y K H S L
Decimal 240 174 186 0 0.28 0.22 0.06 349.09 0.69 0.81
Hex F0 AE BA 0 1C 16 6 15D 45 51
Octal 360 256 272 0 34 26 6 535 105 121
Binary 11110000 10101110 10111010 0 11100 10110 110 101011101 1000101 1010001

Color Harmonies of #F0AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AEBA

Black with #F0AEBA

Text Example


Text Example

White with #F0AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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