Html Css Color HEX #F5B8C8 Cupid

📋 copy color: '#F5B8C8'

red 245 ◦ green 184 ◦ blue 200

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

Shades of Cupid #F5B8C8

Tints of Cupid #F5B8C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.8%

R = 38.95%
G = 29.25%
B = 31.8%

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

#F5B8C8 (or 0xF5B8C8) is known color: Cupid. HEX triplet: F5, B8 and C8. RGB value is (245,184,200). Sum of RGB (Red+Green+Blue) = 245+184+200=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8C8 is #0A4737. Grayscale: #CCCCCC. Windows color (decimal): -673592 or 13154549. OLE color: 13154549.

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

Color convert

RGB 245 184 200 -
CMYK 0 0.25 0.18 0.04
HSL 344.26º 0.75% 0.84% -
HSV(B) 344.26º 0.25% 0.96% -
XYZ 65.22 57.86 62.37 -
YUV 204.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 245 184 200 0 0.25 0.18 0.04 344.26 0.75 0.84
Hex F5 B8 C8 0 19 12 4 158 4B 54
Octal 365 270 310 0 31 22 4 530 113 124
Binary 11110101 10111000 11001000 0 11001 10010 100 101011000 1001011 1010100

Color Harmonies of #F5B8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B8C8

Black with #F5B8C8

Text Example


Text Example

White with #F5B8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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