Html Css Color HEX #F7B4CC Cupid

📋 copy color: '#F7B4CC'

red 247 ◦ green 180 ◦ blue 204

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

Shades of Cupid #F7B4CC

Tints of Cupid #F7B4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.53%

 BLUE value IS 204 (80.08% from 255) = 32.33%

R = 39.14%
G = 28.53%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F7B4CC (or 0xF7B4CC) is known color: Cupid. HEX triplet: F7, B4 and CC. RGB value is (247,180,204). Sum of RGB (Red+Green+Blue) = 247+180+204=631 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.14% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B4CC is #084B33. Grayscale: #CACACA. Windows color (decimal): -543540 or 13415671. OLE color: 13415671.

HSL color Cylindrical-coordinate representation of color #F7B4CC: hue angle of 338.51º degrees, saturation: 0.81, 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 #F7B4CC is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 180 204 -
CMYK 0 0.27 0.17 0.03
HSL 338.51º 0.81% 0.84% -
HSV(B) 338.51º 0.27% 0.97% -
XYZ 65.58 56.78 64.63 -
YUV 202.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 247 180 204 0 0.27 0.17 0.03 338.51 0.81 0.84
Hex F7 B4 CC 0 1B 11 3 153 51 54
Octal 367 264 314 0 33 21 3 523 121 124
Binary 11110111 10110100 11001100 0 11011 10001 11 101010011 1010001 1010100

Color Harmonies of #F7B4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B4CC

Black with #F7B4CC

Text Example


Text Example

White with #F7B4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B4CC; }

 p { color: rgb(247,180,204); }

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

background-color css

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

 a { background-color: rgb(247,180,204); }

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

border-color css

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

 span { border-color: rgb(247,180,204); }

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