Html Css Color HEX #F7B9CB Cupid

📋 copy color: '#F7B9CB'

red 247 ◦ green 185 ◦ blue 203

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

Shades of Cupid #F7B9CB

Tints of Cupid #F7B9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.13%

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

R = 38.9%
G = 29.13%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7B9CB (or 0xF7B9CB) is known color: Cupid. HEX triplet: F7, B9 and CB. RGB value is (247,185,203). Sum of RGB (Red+Green+Blue) = 247+185+203=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9CB is #084634. Grayscale: #CDCDCD. Windows color (decimal): -542261 or 13351415. OLE color: 13351415.

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

Color convert

RGB 247 185 203 -
CMYK 0 0.25 0.18 0.03
HSL 342.58º 0.79% 0.85% -
HSV(B) 342.58º 0.25% 0.97% -
XYZ 66.49 58.78 64.34 -
YUV 205.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 247 185 203 0 0.25 0.18 0.03 342.58 0.79 0.85
Hex F7 B9 CB 0 19 12 3 157 4F 55
Octal 367 271 313 0 31 22 3 527 117 125
Binary 11110111 10111001 11001011 0 11001 10010 11 101010111 1001111 1010101

Color Harmonies of #F7B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B9CB

Black with #F7B9CB

Text Example


Text Example

White with #F7B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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