Html Css Color HEX #F5B5CD Cupid

📋 copy color: '#F5B5CD'

red 245 ◦ green 181 ◦ blue 205

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

Shades of Cupid #F5B5CD

Tints of Cupid #F5B5CD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.68%

 BLUE value IS 205 (80.47% from 255) = 32.49%

R = 38.83%
G = 28.68%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5B5CD (or 0xF5B5CD) is known color: Cupid. HEX triplet: F5, B5 and CD. RGB value is (245,181,205). Sum of RGB (Red+Green+Blue) = 245+181+205=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B5CD is #0A4A32. Grayscale: #CACACA. Windows color (decimal): -674355 or 13481461. OLE color: 13481461.

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

Color convert

RGB 245 181 205 -
CMYK 0 0.26 0.16 0.04
HSL 337.5º 0.76% 0.84% -
HSV(B) 337.5º 0.26% 0.96% -
XYZ 65.2 56.87 65.3 -
YUV 202.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 245 181 205 0 0.26 0.16 0.04 337.5 0.76 0.84
Hex F5 B5 CD 0 1A 10 4 152 4C 54
Octal 365 265 315 0 32 20 4 522 114 124
Binary 11110101 10110101 11001101 0 11010 10000 100 101010010 1001100 1010100

Color Harmonies of #F5B5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B5CD

Black with #F5B5CD

Text Example


Text Example

White with #F5B5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B5CD; }

 p { color: rgb(245,181,205); }

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

background-color css

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

 a { background-color: rgb(245,181,205); }

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

border-color css

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

 span { border-color: rgb(245,181,205); }

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