Html Css Color HEX #F0ADC0 Cupid

📋 copy color: '#F0ADC0'

red 240 ◦ green 173 ◦ blue 192

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

Shades of Cupid #F0ADC0

Tints of Cupid #F0ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.6%

 BLUE value IS 192 (75.39% from 255) = 31.74%

R = 39.67%
G = 28.6%
B = 31.74%

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

#F0ADC0 (or 0xF0ADC0) is known color: Cupid. HEX triplet: F0, AD and C0. RGB value is (240,173,192). Sum of RGB (Red+Green+Blue) = 240+173+192=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADC0 is #0F523F. Grayscale: #C3C3C3. Windows color (decimal): -1004096 or 12627440. OLE color: 12627440.

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

Color convert

RGB 240 173 192 -
CMYK 0 0.28 0.20 0.06
HSL 342.99º 0.69% 0.81% -
HSV(B) 342.99º 0.28% 0.94% -
XYZ 60.39 52.22 56.77 -
YUV 195.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 240 173 192 0 0.28 0.20 0.06 342.99 0.69 0.81
Hex F0 AD C0 0 1C 14 6 157 45 51
Octal 360 255 300 0 34 24 6 527 105 121
Binary 11110000 10101101 11000000 0 11100 10100 110 101010111 1000101 1010001

Color Harmonies of #F0ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ADC0

Black with #F0ADC0

Text Example


Text Example

White with #F0ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ADC0; }

 p { color: rgb(240,173,192); }

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

background-color css

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

 a { background-color: rgb(240,173,192); }

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

border-color css

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

 span { border-color: rgb(240,173,192); }

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