Html Css Color HEX #F4ADBE Cupid

📋 copy color: '#F4ADBE'

red 244 ◦ green 173 ◦ blue 190

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

Shades of Cupid #F4ADBE

Tints of Cupid #F4ADBE

RGB

 RED value IS 244 (95.7% from 255) = 40.2%

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

 BLUE value IS 190 (74.61% from 255) = 31.3%

R = 40.2%
G = 28.5%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F4ADBE (or 0xF4ADBE) is known color: Cupid. HEX triplet: F4, AD and BE. RGB value is (244,173,190). Sum of RGB (Red+Green+Blue) = 244+173+190=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADBE is #0B5241. Grayscale: #C4C4C4. Windows color (decimal): -741954 or 12496372. OLE color: 12496372.

HSL color Cylindrical-coordinate representation of color #F4ADBE: hue angle of 345.63º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4ADBE is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 173 190 -
CMYK 0 0.29 0.22 0.04
HSL 345.63º 0.76% 0.82% -
HSV(B) 345.63º 0.29% 0.96% -
XYZ 61.55 52.84 55.67 -
YUV 196.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 244 173 190 0 0.29 0.22 0.04 345.63 0.76 0.82
Hex F4 AD BE 0 1D 16 4 15A 4C 52
Octal 364 255 276 0 35 26 4 532 114 122
Binary 11110100 10101101 10111110 0 11101 10110 100 101011010 1001100 1010010

Color Harmonies of #F4ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ADBE

Black with #F4ADBE

Text Example


Text Example

White with #F4ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ADBE; }

 p { color: rgb(244,173,190); }

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

background-color css

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

 a { background-color: rgb(244,173,190); }

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

border-color css

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

 span { border-color: rgb(244,173,190); }

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