Html Css Color HEX #FDA7BE Cupid

📋 copy color: '#FDA7BE'

red 253 ◦ green 167 ◦ blue 190

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

Shades of Cupid #FDA7BE

Tints of Cupid #FDA7BE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.38%

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

R = 41.48%
G = 27.38%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDA7BE (or 0xFDA7BE) is known color: Cupid. HEX triplet: FD, A7 and BE. RGB value is (253,167,190). Sum of RGB (Red+Green+Blue) = 253+167+190=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA7BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA7BE is #025841. Grayscale: #C3C3C3. Windows color (decimal): -153666 or 12494845. OLE color: 12494845.

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

Color convert

RGB 253 167 190 -
CMYK 0 0.34 0.25 0.01
HSL 343.95º 0.96% 0.82% -
HSV(B) 343.95º 0.34% 0.99% -
XYZ 63.62 52.24 55.44 -
YUV 195.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 253 167 190 0 0.34 0.25 0.01 343.95 0.96 0.82
Hex FD A7 BE 0 22 19 1 158 60 52
Octal 375 247 276 0 42 31 1 530 140 122
Binary 11111101 10100111 10111110 0 100010 11001 1 101011000 1100000 1010010

Color Harmonies of #FDA7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA7BE

Black with #FDA7BE

Text Example


Text Example

White with #FDA7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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