Html Css Color HEX #F4B4C8 Cupid

📋 copy color: '#F4B4C8'

red 244 ◦ green 180 ◦ blue 200

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

Shades of Cupid #F4B4C8

Tints of Cupid #F4B4C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.05%

R = 39.1%
G = 28.85%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F4B4C8 (or 0xF4B4C8) is known color: Cupid. HEX triplet: F4, B4 and C8. RGB value is (244,180,200). Sum of RGB (Red+Green+Blue) = 244+180+200=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B4C8 is #0B4B37. Grayscale: #C9C9C9. Windows color (decimal): -740152 or 13153524. OLE color: 13153524.

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

Color convert

RGB 244 180 200 -
CMYK 0 0.26 0.18 0.04
HSL 341.25º 0.74% 0.83% -
HSV(B) 341.25º 0.26% 0.96% -
XYZ 64.05 56.05 62.09 -
YUV 201.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 244 180 200 0 0.26 0.18 0.04 341.25 0.74 0.83
Hex F4 B4 C8 0 1A 12 4 155 4A 53
Octal 364 264 310 0 32 22 4 525 112 123
Binary 11110100 10110100 11001000 0 11010 10010 100 101010101 1001010 1010011

Color Harmonies of #F4B4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B4C8

Black with #F4B4C8

Text Example


Text Example

White with #F4B4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B4C8; }

 p { color: rgb(244,180,200); }

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

background-color css

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

 a { background-color: rgb(244,180,200); }

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

border-color css

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

 span { border-color: rgb(244,180,200); }

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