Html Css Color HEX #FDA5BA Cupid

📋 copy color: '#FDA5BA'

red 253 ◦ green 165 ◦ blue 186

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

Shades of Cupid #FDA5BA

Tints of Cupid #FDA5BA

RGB

 RED value IS 253 (99.22% from 255) = 41.89%

 GREEN value IS 165 (64.84% from 255) = 27.32%

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

R = 41.89%
G = 27.32%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDA5BA (or 0xFDA5BA) is known color: Cupid. HEX triplet: FD, A5 and BA. RGB value is (253,165,186). Sum of RGB (Red+Green+Blue) = 253+165+186=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5BA is #025A45. Grayscale: #C1C1C1. Windows color (decimal): -154182 or 12232189. OLE color: 12232189.

HSL color Cylindrical-coordinate representation of color #FDA5BA: hue angle of 345.68º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5BA is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 165 186 -
CMYK 0 0.35 0.26 0.01
HSL 345.68º 0.96% 0.82% -
HSV(B) 345.68º 0.35% 0.99% -
XYZ 62.83 51.34 53.05 -
YUV 193.71 123.65 170.29 -
System Red Green Blue C M Y K H S L
Decimal 253 165 186 0 0.35 0.26 0.01 345.68 0.96 0.82
Hex FD A5 BA 0 23 1A 1 15A 60 52
Octal 375 245 272 0 43 32 1 532 140 122
Binary 11111101 10100101 10111010 0 100011 11010 1 101011010 1100000 1010010

Color Harmonies of #FDA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA5BA

Black with #FDA5BA

Text Example


Text Example

White with #FDA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA5BA; }

 p { color: rgb(253,165,186); }

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

background-color css

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

 a { background-color: rgb(253,165,186); }

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

border-color css

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

 span { border-color: rgb(253,165,186); }

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