Html Css Color HEX #F5ADBA Cupid

📋 copy color: '#F5ADBA'

red 245 ◦ green 173 ◦ blue 186

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

Shades of Cupid #F5ADBA

Tints of Cupid #F5ADBA

RGB

 RED value IS 245 (96.09% from 255) = 40.56%

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

 BLUE value IS 186 (73.05% from 255) = 30.79%

R = 40.56%
G = 28.64%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5ADBA (or 0xF5ADBA) is known color: Cupid. HEX triplet: F5, AD and BA. RGB value is (245,173,186). Sum of RGB (Red+Green+Blue) = 245+173+186=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADBA is #0A5245. Grayscale: #C4C4C4. Windows color (decimal): -676422 or 12234229. OLE color: 12234229.

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

Color convert

RGB 245 173 186 -
CMYK 0 0.29 0.24 0.04
HSL 349.17º 0.78% 0.82% -
HSV(B) 349.17º 0.29% 0.96% -
XYZ 61.46 52.84 53.42 -
YUV 196.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 245 173 186 0 0.29 0.24 0.04 349.17 0.78 0.82
Hex F5 AD BA 0 1D 18 4 15D 4E 52
Octal 365 255 272 0 35 30 4 535 116 122
Binary 11110101 10101101 10111010 0 11101 11000 100 101011101 1001110 1010010

Color Harmonies of #F5ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ADBA

Black with #F5ADBA

Text Example


Text Example

White with #F5ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ADBA; }

 p { color: rgb(245,173,186); }

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

background-color css

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

 a { background-color: rgb(245,173,186); }

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

border-color css

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

 span { border-color: rgb(245,173,186); }

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