Html Css Color HEX #FDA3B8 Cupid

📋 copy color: '#FDA3B8'

red 253 ◦ green 163 ◦ blue 184

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

Shades of Cupid #FDA3B8

Tints of Cupid #FDA3B8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.17%

 BLUE value IS 184 (72.27% from 255) = 30.67%

R = 42.17%
G = 27.17%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FDA3B8 (or 0xFDA3B8) is known color: Cupid. HEX triplet: FD, A3 and B8. RGB value is (253,163,184). Sum of RGB (Red+Green+Blue) = 253+163+184=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3B8 is #025C47. Grayscale: #C0C0C0. Windows color (decimal): -154696 or 12100605. OLE color: 12100605.

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

Color convert

RGB 253 163 184 -
CMYK 0 0.36 0.27 0.01
HSL 346º 0.96% 0.82% -
HSV(B) 346º 0.36% 0.99% -
XYZ 62.26 50.54 51.82 -
YUV 192.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 253 163 184 0 0.36 0.27 0.01 346 0.96 0.82
Hex FD A3 B8 0 24 1B 1 15A 60 52
Octal 375 243 270 0 44 33 1 532 140 122
Binary 11111101 10100011 10111000 0 100100 11011 1 101011010 1100000 1010010

Color Harmonies of #FDA3B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA3B8

Black with #FDA3B8

Text Example


Text Example

White with #FDA3B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA3B8; }

 p { color: rgb(253,163,184); }

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

background-color css

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

 a { background-color: rgb(253,163,184); }

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

border-color css

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

 span { border-color: rgb(253,163,184); }

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