Html Css Color HEX #F5B7CC Cupid

📋 copy color: '#F5B7CC'

red 245 ◦ green 183 ◦ blue 204

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

Shades of Cupid #F5B7CC

Tints of Cupid #F5B7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.28%

R = 38.77%
G = 28.96%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F5B7CC (or 0xF5B7CC) is known color: Cupid. HEX triplet: F5, B7 and CC. RGB value is (245,183,204). Sum of RGB (Red+Green+Blue) = 245+183+204=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7CC is #0A4833. Grayscale: #CBCBCB. Windows color (decimal): -673844 or 13416437. OLE color: 13416437.

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

Color convert

RGB 245 183 204 -
CMYK 0 0.25 0.17 0.04
HSL 339.68º 0.76% 0.84% -
HSV(B) 339.68º 0.25% 0.96% -
XYZ 65.49 57.64 64.8 -
YUV 203.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 245 183 204 0 0.25 0.17 0.04 339.68 0.76 0.84
Hex F5 B7 CC 0 19 11 4 154 4C 54
Octal 365 267 314 0 31 21 4 524 114 124
Binary 11110101 10110111 11001100 0 11001 10001 100 101010100 1001100 1010100

Color Harmonies of #F5B7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B7CC

Black with #F5B7CC

Text Example


Text Example

White with #F5B7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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