Html Css Color HEX #F4B3C4 Cupid

📋 copy color: '#F4B3C4'

red 244 ◦ green 179 ◦ blue 196

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

Shades of Cupid #F4B3C4

Tints of Cupid #F4B3C4

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.92%

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

R = 39.42%
G = 28.92%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F4B3C4 (or 0xF4B3C4) is known color: Cupid. HEX triplet: F4, B3 and C4. RGB value is (244,179,196). Sum of RGB (Red+Green+Blue) = 244+179+196=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B3C4 is #0B4C3B. Grayscale: #C8C8C8. Windows color (decimal): -740412 or 12891124. OLE color: 12891124.

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

Color convert

RGB 244 179 196 -
CMYK 0 0.27 0.20 0.04
HSL 344.31º 0.75% 0.83% -
HSV(B) 344.31º 0.27% 0.96% -
XYZ 63.39 55.46 59.59 -
YUV 200.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 244 179 196 0 0.27 0.20 0.04 344.31 0.75 0.83
Hex F4 B3 C4 0 1B 14 4 158 4B 53
Octal 364 263 304 0 33 24 4 530 113 123
Binary 11110100 10110011 11000100 0 11011 10100 100 101011000 1001011 1010011

Color Harmonies of #F4B3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B3C4

Black with #F4B3C4

Text Example


Text Example

White with #F4B3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B3C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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