Html Css Color HEX #F0ACC4 Cupid

📋 copy color: '#F0ACC4'

red 240 ◦ green 172 ◦ blue 196

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

Shades of Cupid #F0ACC4

Tints of Cupid #F0ACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.24%

R = 39.47%
G = 28.29%
B = 32.24%

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

#F0ACC4 (or 0xF0ACC4) is known color: Cupid. HEX triplet: F0, AC and C4. RGB value is (240,172,196). Sum of RGB (Red+Green+Blue) = 240+172+196=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACC4 is #0F533B. Grayscale: #C3C3C3. Windows color (decimal): -1004348 or 12889328. OLE color: 12889328.

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

Color convert

RGB 240 172 196 -
CMYK 0 0.28 0.18 0.06
HSL 338.82º 0.69% 0.81% -
HSV(B) 338.82º 0.28% 0.94% -
XYZ 60.65 52.02 59.07 -
YUV 195.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 240 172 196 0 0.28 0.18 0.06 338.82 0.69 0.81
Hex F0 AC C4 0 1C 12 6 153 45 51
Octal 360 254 304 0 34 22 6 523 105 121
Binary 11110000 10101100 11000100 0 11100 10010 110 101010011 1000101 1010001

Color Harmonies of #F0ACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ACC4

Black with #F0ACC4

Text Example


Text Example

White with #F0ACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ACC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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