Html Css Color HEX #F4B0C4 Cupid

📋 copy color: '#F4B0C4'

red 244 ◦ green 176 ◦ blue 196

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

Shades of Cupid #F4B0C4

Tints of Cupid #F4B0C4

RGB

 RED value IS 244 (95.7% from 255) = 39.61%

 GREEN value IS 176 (69.14% from 255) = 28.57%

 BLUE value IS 196 (76.95% from 255) = 31.82%

R = 39.61%
G = 28.57%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F4B0C4 (or 0xF4B0C4) is known color: Cupid. HEX triplet: F4, B0 and C4. RGB value is (244,176,196). Sum of RGB (Red+Green+Blue) = 244+176+196=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0C4 is #0B4F3B. Grayscale: #C6C6C6. Windows color (decimal): -741180 or 12890356. OLE color: 12890356.

HSL color Cylindrical-coordinate representation of color #F4B0C4: hue angle of 342.35º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0C4 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 176 196 -
CMYK 0 0.28 0.20 0.04
HSL 342.35º 0.76% 0.82% -
HSV(B) 342.35º 0.28% 0.96% -
XYZ 62.8 54.27 59.39 -
YUV 198.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 244 176 196 0 0.28 0.20 0.04 342.35 0.76 0.82
Hex F4 B0 C4 0 1C 14 4 156 4C 52
Octal 364 260 304 0 34 24 4 526 114 122
Binary 11110100 10110000 11000100 0 11100 10100 100 101010110 1001100 1010010

Color Harmonies of #F4B0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B0C4

Black with #F4B0C4

Text Example


Text Example

White with #F4B0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B0C4; }

 p { color: rgb(244,176,196); }

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

background-color css

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

 a { background-color: rgb(244,176,196); }

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

border-color css

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

 span { border-color: rgb(244,176,196); }

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