Html Css Color HEX #F5B8CB Cupid

📋 copy color: '#F5B8CB'

red 245 ◦ green 184 ◦ blue 203

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

Shades of Cupid #F5B8CB

Tints of Cupid #F5B8CB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.11%

 BLUE value IS 203 (79.69% from 255) = 32.12%

R = 38.77%
G = 29.11%
B = 32.12%

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

#F5B8CB (or 0xF5B8CB) is known color: Cupid. HEX triplet: F5, B8 and CB. RGB value is (245,184,203). Sum of RGB (Red+Green+Blue) = 245+184+203=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 184 (72.27% from 255 or 29.11% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8CB is #0A4734. Grayscale: #CCCCCC. Windows color (decimal): -673589 or 13351157. OLE color: 13351157.

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

Color convert

RGB 245 184 203 -
CMYK 0 0.25 0.17 0.04
HSL 341.31º 0.75% 0.84% -
HSV(B) 341.31º 0.25% 0.96% -
XYZ 65.58 58.01 64.24 -
YUV 204.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 245 184 203 0 0.25 0.17 0.04 341.31 0.75 0.84
Hex F5 B8 CB 0 19 11 4 155 4B 54
Octal 365 270 313 0 31 21 4 525 113 124
Binary 11110101 10111000 11001011 0 11001 10001 100 101010101 1001011 1010100

Color Harmonies of #F5B8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B8CB

Black with #F5B8CB

Text Example


Text Example

White with #F5B8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B8CB; }

 p { color: rgb(245,184,203); }

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

background-color css

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

 a { background-color: rgb(245,184,203); }

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

border-color css

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

 span { border-color: rgb(245,184,203); }

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