Html Css Color HEX #FDA9BE Cupid

📋 copy color: '#FDA9BE'

red 253 ◦ green 169 ◦ blue 190

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

Shades of Cupid #FDA9BE

Tints of Cupid #FDA9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.61%

 BLUE value IS 190 (74.61% from 255) = 31.05%

R = 41.34%
G = 27.61%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDA9BE (or 0xFDA9BE) is known color: Cupid. HEX triplet: FD, A9 and BE. RGB value is (253,169,190). Sum of RGB (Red+Green+Blue) = 253+169+190=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9BE is #025641. Grayscale: #C4C4C4. Windows color (decimal): -153154 or 12495357. OLE color: 12495357.

HSL color Cylindrical-coordinate representation of color #FDA9BE: hue angle of 345º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9BE is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 190 -
CMYK 0 0.33 0.25 0.01
HSL 345º 0.95% 0.83% -
HSV(B) 345º 0.33% 0.99% -
XYZ 63.99 52.98 55.57 -
YUV 196.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 253 169 190 0 0.33 0.25 0.01 345 0.95 0.83
Hex FD A9 BE 0 21 19 1 159 5F 53
Octal 375 251 276 0 41 31 1 531 137 123
Binary 11111101 10101001 10111110 0 100001 11001 1 101011001 1011111 1010011

Color Harmonies of #FDA9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA9BE

Black with #FDA9BE

Text Example


Text Example

White with #FDA9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA9BE; }

 p { color: rgb(253,169,190); }

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

background-color css

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

 a { background-color: rgb(253,169,190); }

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

border-color css

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

 span { border-color: rgb(253,169,190); }

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