Html Css Color HEX #F3B0BD Cupid

📋 copy color: '#F3B0BD'

red 243 ◦ green 176 ◦ blue 189

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

Shades of Cupid #F3B0BD

Tints of Cupid #F3B0BD

RGB

 RED value IS 243 (95.31% from 255) = 39.97%

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

 BLUE value IS 189 (74.22% from 255) = 31.09%

R = 39.97%
G = 28.95%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F3B0BD (or 0xF3B0BD) is known color: Cupid. HEX triplet: F3, B0 and BD. RGB value is (243,176,189). Sum of RGB (Red+Green+Blue) = 243+176+189=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0BD is #0C4F42. Grayscale: #C5C5C5. Windows color (decimal): -806723 or 12431603. OLE color: 12431603.

HSL color Cylindrical-coordinate representation of color #F3B0BD: hue angle of 348.36º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3B0BD is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 176 189 -
CMYK 0 0.28 0.22 0.05
HSL 348.36º 0.74% 0.82% -
HSV(B) 348.36º 0.28% 0.95% -
XYZ 61.67 53.78 55.27 -
YUV 197.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 243 176 189 0 0.28 0.22 0.05 348.36 0.74 0.82
Hex F3 B0 BD 0 1C 16 5 15C 4A 52
Octal 363 260 275 0 34 26 5 534 112 122
Binary 11110011 10110000 10111101 0 11100 10110 101 101011100 1001010 1010010

Color Harmonies of #F3B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B0BD

Black with #F3B0BD

Text Example


Text Example

White with #F3B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B0BD; }

 p { color: rgb(243,176,189); }

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

background-color css

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

 a { background-color: rgb(243,176,189); }

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

border-color css

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

 span { border-color: rgb(243,176,189); }

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