Html Css Color HEX #F4B0CA Cupid

📋 copy color: '#F4B0CA'

red 244 ◦ green 176 ◦ blue 202

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

Shades of Cupid #F4B0CA

Tints of Cupid #F4B0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.48%

R = 39.23%
G = 28.3%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F4B0CA (or 0xF4B0CA) is known color: Cupid. HEX triplet: F4, B0 and CA. RGB value is (244,176,202). Sum of RGB (Red+Green+Blue) = 244+176+202=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 176 (69.14% from 255 or 28.30% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0CA is #0B4F35. Grayscale: #C7C7C7. Windows color (decimal): -741174 or 13283572. OLE color: 13283572.

HSL color Cylindrical-coordinate representation of color #F4B0CA: hue angle of 337.06º 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 #F4B0CA is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 176 202 -
CMYK 0 0.28 0.17 0.04
HSL 337.06º 0.76% 0.82% -
HSV(B) 337.06º 0.28% 0.96% -
XYZ 63.49 54.55 63.06 -
YUV 199.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 244 176 202 0 0.28 0.17 0.04 337.06 0.76 0.82
Hex F4 B0 CA 0 1C 11 4 151 4C 52
Octal 364 260 312 0 34 21 4 521 114 122
Binary 11110100 10110000 11001010 0 11100 10001 100 101010001 1001100 1010010

Color Harmonies of #F4B0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B0CA

Black with #F4B0CA

Text Example


Text Example

White with #F4B0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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