Html Css Color HEX #F8AEBD Cupid

📋 copy color: '#F8AEBD'

red 248 ◦ green 174 ◦ blue 189

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

Shades of Cupid #F8AEBD

Tints of Cupid #F8AEBD

RGB

 RED value IS 248 (97.27% from 255) = 40.59%

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

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

R = 40.59%
G = 28.48%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F8AEBD (or 0xF8AEBD) is known color: Cupid. HEX triplet: F8, AE and BD. RGB value is (248,174,189). Sum of RGB (Red+Green+Blue) = 248+174+189=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AEBD is #075142. Grayscale: #C5C5C5. Windows color (decimal): -479555 or 12431096. OLE color: 12431096.

HSL color Cylindrical-coordinate representation of color #F8AEBD: hue angle of 347.84º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AEBD is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 174 189 -
CMYK 0 0.30 0.24 0.03
HSL 347.84º 0.84% 0.83% -
HSV(B) 347.84º 0.3% 0.97% -
XYZ 63.03 53.9 55.23 -
YUV 197.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 248 174 189 0 0.30 0.24 0.03 347.84 0.84 0.83
Hex F8 AE BD 0 1E 18 3 15C 54 53
Octal 370 256 275 0 36 30 3 534 124 123
Binary 11111000 10101110 10111101 0 11110 11000 11 101011100 1010100 1010011

Color Harmonies of #F8AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AEBD

Black with #F8AEBD

Text Example


Text Example

White with #F8AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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