Html Css Color HEX #F7B9CA Cupid

📋 copy color: '#F7B9CA'

red 247 ◦ green 185 ◦ blue 202

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

Shades of Cupid #F7B9CA

Tints of Cupid #F7B9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.86%

R = 38.96%
G = 29.18%
B = 31.86%

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

#F7B9CA (or 0xF7B9CA) is known color: Cupid. HEX triplet: F7, B9 and CA. RGB value is (247,185,202). Sum of RGB (Red+Green+Blue) = 247+185+202=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9CA is #084635. Grayscale: #CDCDCD. Windows color (decimal): -542262 or 13285879. OLE color: 13285879.

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

Color convert

RGB 247 185 202 -
CMYK 0 0.25 0.18 0.03
HSL 343.55º 0.79% 0.85% -
HSV(B) 343.55º 0.25% 0.97% -
XYZ 66.37 58.74 63.72 -
YUV 205.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 247 185 202 0 0.25 0.18 0.03 343.55 0.79 0.85
Hex F7 B9 CA 0 19 12 3 158 4F 55
Octal 367 271 312 0 31 22 3 530 117 125
Binary 11110111 10111001 11001010 0 11001 10010 11 101011000 1001111 1010101

Color Harmonies of #F7B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B9CA

Black with #F7B9CA

Text Example


Text Example

White with #F7B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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