Html Css Color HEX #F4B0CB Cupid

📋 copy color: '#F4B0CB'

red 244 ◦ green 176 ◦ blue 203

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

Shades of Cupid #F4B0CB

Tints of Cupid #F4B0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.58%

R = 39.17%
G = 28.25%
B = 32.58%

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

#F4B0CB (or 0xF4B0CB) is known color: Cupid. HEX triplet: F4, B0 and CB. RGB value is (244,176,203). Sum of RGB (Red+Green+Blue) = 244+176+203=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B0CB is #0B4F34. Grayscale: #C7C7C7. Windows color (decimal): -741173 or 13349108. OLE color: 13349108.

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

Color convert

RGB 244 176 203 -
CMYK 0 0.28 0.17 0.04
HSL 336.18º 0.76% 0.82% -
HSV(B) 336.18º 0.28% 0.96% -
XYZ 63.61 54.6 63.69 -
YUV 199.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 244 176 203 0 0.28 0.17 0.04 336.18 0.76 0.82
Hex F4 B0 CB 0 1C 11 4 150 4C 52
Octal 364 260 313 0 34 21 4 520 114 122
Binary 11110100 10110000 11001011 0 11100 10001 100 101010000 1001100 1010010

Color Harmonies of #F4B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B0CB

Black with #F4B0CB

Text Example


Text Example

White with #F4B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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