Html Css Color HEX #F0ACBD Cupid

📋 copy color: '#F0ACBD'

red 240 ◦ green 172 ◦ blue 189

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

Shades of Cupid #F0ACBD

Tints of Cupid #F0ACBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.45%

R = 39.93%
G = 28.62%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0ACBD (or 0xF0ACBD) is known color: Cupid. HEX triplet: F0, AC and BD. RGB value is (240,172,189). Sum of RGB (Red+Green+Blue) = 240+172+189=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACBD is #0F5342. Grayscale: #C2C2C2. Windows color (decimal): -1004355 or 12430576. OLE color: 12430576.

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

Color convert

RGB 240 172 189 -
CMYK 0 0.28 0.21 0.06
HSL 345º 0.69% 0.81% -
HSV(B) 345º 0.28% 0.94% -
XYZ 59.87 51.7 54.97 -
YUV 194.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 240 172 189 0 0.28 0.21 0.06 345 0.69 0.81
Hex F0 AC BD 0 1C 15 6 159 45 51
Octal 360 254 275 0 34 25 6 531 105 121
Binary 11110000 10101100 10111101 0 11100 10101 110 101011001 1000101 1010001

Color Harmonies of #F0ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACBD

Black with #F0ACBD

Text Example


Text Example

White with #F0ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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