Html Css Color HEX #F5B7CA Cupid

📋 copy color: '#F5B7CA'

red 245 ◦ green 183 ◦ blue 202

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

Shades of Cupid #F5B7CA

Tints of Cupid #F5B7CA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.05%

 BLUE value IS 202 (79.3% from 255) = 32.06%

R = 38.89%
G = 29.05%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F5B7CA (or 0xF5B7CA) is known color: Cupid. HEX triplet: F5, B7 and CA. RGB value is (245,183,202). Sum of RGB (Red+Green+Blue) = 245+183+202=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7CA is #0A4835. Grayscale: #CBCBCB. Windows color (decimal): -673846 or 13285365. OLE color: 13285365.

HSL color Cylindrical-coordinate representation of color #F5B7CA: hue angle of 341.61º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B7CA is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 183 202 -
CMYK 0 0.25 0.18 0.04
HSL 341.61º 0.76% 0.84% -
HSV(B) 341.61º 0.25% 0.96% -
XYZ 65.25 57.54 63.55 -
YUV 203.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 245 183 202 0 0.25 0.18 0.04 341.61 0.76 0.84
Hex F5 B7 CA 0 19 12 4 156 4C 54
Octal 365 267 312 0 31 22 4 526 114 124
Binary 11110101 10110111 11001010 0 11001 10010 100 101010110 1001100 1010100

Color Harmonies of #F5B7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B7CA

Black with #F5B7CA

Text Example


Text Example

White with #F5B7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B7CA; }

 p { color: rgb(245,183,202); }

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

background-color css

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

 a { background-color: rgb(245,183,202); }

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

border-color css

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

 span { border-color: rgb(245,183,202); }

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