Html Css Color HEX #F4ADC2 Cupid

📋 copy color: '#F4ADC2'

red 244 ◦ green 173 ◦ blue 194

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

Shades of Cupid #F4ADC2

Tints of Cupid #F4ADC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.75%

R = 39.93%
G = 28.31%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F4ADC2 (or 0xF4ADC2) is known color: Cupid. HEX triplet: F4, AD and C2. RGB value is (244,173,194). Sum of RGB (Red+Green+Blue) = 244+173+194=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ADC2 is #0B523D. Grayscale: #C4C4C4. Windows color (decimal): -741950 or 12758516. OLE color: 12758516.

HSL color Cylindrical-coordinate representation of color #F4ADC2: hue angle of 342.25º 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 #F4ADC2 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 173 194 -
CMYK 0 0.29 0.20 0.04
HSL 342.25º 0.76% 0.82% -
HSV(B) 342.25º 0.29% 0.96% -
XYZ 61.99 53.02 58 -
YUV 196.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 244 173 194 0 0.29 0.20 0.04 342.25 0.76 0.82
Hex F4 AD C2 0 1D 14 4 156 4C 52
Octal 364 255 302 0 35 24 4 526 114 122
Binary 11110100 10101101 11000010 0 11101 10100 100 101010110 1001100 1010010

Color Harmonies of #F4ADC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4ADC2

Black with #F4ADC2

Text Example


Text Example

White with #F4ADC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4ADC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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