Html Css Color HEX #F0ACC7 Cupid

📋 copy color: '#F0ACC7'

red 240 ◦ green 172 ◦ blue 199

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

Shades of Cupid #F0ACC7

Tints of Cupid #F0ACC7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.15%

 BLUE value IS 199 (78.13% from 255) = 32.57%

R = 39.28%
G = 28.15%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0ACC7 (or 0xF0ACC7) is known color: Cupid. HEX triplet: F0, AC and C7. RGB value is (240,172,199). Sum of RGB (Red+Green+Blue) = 240+172+199=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACC7 is #0F5338. Grayscale: #C3C3C3. Windows color (decimal): -1004345 or 13085936. OLE color: 13085936.

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

Color convert

RGB 240 172 199 -
CMYK 0 0.28 0.17 0.06
HSL 336.18º 0.69% 0.81% -
HSV(B) 336.18º 0.28% 0.94% -
XYZ 61 52.15 60.88 -
YUV 195.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 240 172 199 0 0.28 0.17 0.06 336.18 0.69 0.81
Hex F0 AC C7 0 1C 11 6 150 45 51
Octal 360 254 307 0 34 21 6 520 105 121
Binary 11110000 10101100 11000111 0 11100 10001 110 101010000 1000101 1010001

Color Harmonies of #F0ACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACC7

Black with #F0ACC7

Text Example


Text Example

White with #F0ACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACC7; }

 p { color: rgb(240,172,199); }

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

background-color css

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

 a { background-color: rgb(240,172,199); }

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

border-color css

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

 span { border-color: rgb(240,172,199); }

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