Html Css Color HEX #F4AEBD Cupid

📋 copy color: '#F4AEBD'

red 244 ◦ green 174 ◦ blue 189

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

Shades of Cupid #F4AEBD

Tints of Cupid #F4AEBD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.67%

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

R = 40.2%
G = 28.67%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4AEBD (or 0xF4AEBD) is known color: Cupid. HEX triplet: F4, AE and BD. RGB value is (244,174,189). Sum of RGB (Red+Green+Blue) = 244+174+189=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEBD is #0B5142. Grayscale: #C4C4C4. Windows color (decimal): -741699 or 12431092. OLE color: 12431092.

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

Color convert

RGB 244 174 189 -
CMYK 0 0.29 0.23 0.04
HSL 347.14º 0.76% 0.82% -
HSV(B) 347.14º 0.29% 0.96% -
XYZ 61.63 53.18 55.16 -
YUV 196.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 244 174 189 0 0.29 0.23 0.04 347.14 0.76 0.82
Hex F4 AE BD 0 1D 17 4 15B 4C 52
Octal 364 256 275 0 35 27 4 533 114 122
Binary 11110100 10101110 10111101 0 11101 10111 100 101011011 1001100 1010010

Color Harmonies of #F4AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AEBD

Black with #F4AEBD

Text Example


Text Example

White with #F4AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AEBD; }

 p { color: rgb(244,174,189); }

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

background-color css

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

 a { background-color: rgb(244,174,189); }

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

border-color css

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

 span { border-color: rgb(244,174,189); }

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