Html Css Color HEX #F0ADC6 Cupid

📋 copy color: '#F0ADC6'

red 240 ◦ green 173 ◦ blue 198

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

Shades of Cupid #F0ADC6

Tints of Cupid #F0ADC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.41%

R = 39.28%
G = 28.31%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F0ADC6 (or 0xF0ADC6) is known color: Cupid. HEX triplet: F0, AD and C6. RGB value is (240,173,198). Sum of RGB (Red+Green+Blue) = 240+173+198=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADC6 is #0F5239. Grayscale: #C3C3C3. Windows color (decimal): -1004090 or 13020656. OLE color: 13020656.

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

Color convert

RGB 240 173 198 -
CMYK 0 0.28 0.18 0.06
HSL 337.61º 0.69% 0.81% -
HSV(B) 337.61º 0.28% 0.94% -
XYZ 61.07 52.49 60.34 -
YUV 195.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 240 173 198 0 0.28 0.18 0.06 337.61 0.69 0.81
Hex F0 AD C6 0 1C 12 6 152 45 51
Octal 360 255 306 0 34 22 6 522 105 121
Binary 11110000 10101101 11000110 0 11100 10010 110 101010010 1000101 1010001

Color Harmonies of #F0ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ADC6

Black with #F0ADC6

Text Example


Text Example

White with #F0ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ADC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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