Html Css Color HEX #F7B2C2 Cupid

📋 copy color: '#F7B2C2'

red 247 ◦ green 178 ◦ blue 194

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

Shades of Cupid #F7B2C2

Tints of Cupid #F7B2C2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.76%

 BLUE value IS 194 (76.17% from 255) = 31.34%

R = 39.9%
G = 28.76%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F7B2C2 (or 0xF7B2C2) is known color: Cupid. HEX triplet: F7, B2 and C2. RGB value is (247,178,194). Sum of RGB (Red+Green+Blue) = 247+178+194=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B2C2 is #084D3D. Grayscale: #C8C8C8. Windows color (decimal): -544062 or 12759799. OLE color: 12759799.

HSL color Cylindrical-coordinate representation of color #F7B2C2: hue angle of 346.09º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7B2C2 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 178 194 -
CMYK 0 0.28 0.21 0.03
HSL 346.09º 0.81% 0.83% -
HSV(B) 346.09º 0.28% 0.97% -
XYZ 64.02 55.51 58.38 -
YUV 200.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 247 178 194 0 0.28 0.21 0.03 346.09 0.81 0.83
Hex F7 B2 C2 0 1C 15 3 15A 51 53
Octal 367 262 302 0 34 25 3 532 121 123
Binary 11110111 10110010 11000010 0 11100 10101 11 101011010 1010001 1010011

Color Harmonies of #F7B2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B2C2

Black with #F7B2C2

Text Example


Text Example

White with #F7B2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B2C2; }

 p { color: rgb(247,178,194); }

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

background-color css

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

 a { background-color: rgb(247,178,194); }

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

border-color css

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

 span { border-color: rgb(247,178,194); }

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