Html Css Color HEX #F7B5CB Cupid

📋 copy color: '#F7B5CB'

red 247 ◦ green 181 ◦ blue 203

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

Shades of Cupid #F7B5CB

Tints of Cupid #F7B5CB

RGB

 RED value IS 247 (96.88% from 255) = 39.14%

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

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

R = 39.14%
G = 28.68%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7B5CB (or 0xF7B5CB) is known color: Cupid. HEX triplet: F7, B5 and CB. RGB value is (247,181,203). Sum of RGB (Red+Green+Blue) = 247+181+203=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B5CB is #084A34. Grayscale: #CBCBCB. Windows color (decimal): -543285 or 13350391. OLE color: 13350391.

HSL color Cylindrical-coordinate representation of color #F7B5CB: hue angle of 340º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7B5CB is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 181 203 -
CMYK 0 0.27 0.18 0.03
HSL 340º 0.8% 0.84% -
HSV(B) 340º 0.27% 0.97% -
XYZ 65.66 57.13 64.07 -
YUV 203.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 247 181 203 0 0.27 0.18 0.03 340 0.8 0.84
Hex F7 B5 CB 0 1B 12 3 154 50 54
Octal 367 265 313 0 33 22 3 524 120 124
Binary 11110111 10110101 11001011 0 11011 10010 11 101010100 1010000 1010100

Color Harmonies of #F7B5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B5CB

Black with #F7B5CB

Text Example


Text Example

White with #F7B5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B5CB; }

 p { color: rgb(247,181,203); }

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

background-color css

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

 a { background-color: rgb(247,181,203); }

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

border-color css

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

 span { border-color: rgb(247,181,203); }

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