Html Css Color HEX #F5B7CE Cupid

📋 copy color: '#F5B7CE'

red 245 ◦ green 183 ◦ blue 206

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

Shades of Cupid #F5B7CE

Tints of Cupid #F5B7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.49%

R = 38.64%
G = 28.86%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5B7CE (or 0xF5B7CE) is known color: Cupid. HEX triplet: F5, B7 and CE. RGB value is (245,183,206). Sum of RGB (Red+Green+Blue) = 245+183+206=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7CE is #0A4831. Grayscale: #CCCCCC. Windows color (decimal): -673842 or 13547509. OLE color: 13547509.

HSL color Cylindrical-coordinate representation of color #F5B7CE: hue angle of 337.74º 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 #F5B7CE is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 183 206 -
CMYK 0 0.25 0.16 0.04
HSL 337.74º 0.76% 0.84% -
HSV(B) 337.74º 0.25% 0.96% -
XYZ 65.73 57.74 66.07 -
YUV 204.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 245 183 206 0 0.25 0.16 0.04 337.74 0.76 0.84
Hex F5 B7 CE 0 19 10 4 152 4C 54
Octal 365 267 316 0 31 20 4 522 114 124
Binary 11110101 10110111 11001110 0 11001 10000 100 101010010 1001100 1010100

Color Harmonies of #F5B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B7CE

Black with #F5B7CE

Text Example


Text Example

White with #F5B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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